/* Mikstura — scrapbook / marker style
   Core: bež + bordo + narandžasta
   Accents: sunflower, algae, heatwave, letnja plava
*/

:root {
	--color-bg: #fcf4f0;
	--color-paper: #fffbf8;
	--color-bordo: #6d0101;
	--color-bordo-soft: #8f2320;
	--color-heat: #e53828;
	--color-spritz: #ef701c;
	--color-orange: #f86c2f;
	--color-sun: #fbc660;
	--color-algae: #afa231;
	--color-sky: #c0d6ff;
	--color-pink: #ffd5fb;
	--color-hero: #fde9dc;
	--color-sky-deep: #7ba7d8;
	--color-text: #6d0101;
	--color-muted: #9a4b40;
	--color-line: rgba(109, 1, 1, 0.16);
	/* Cream taken straight from the logo artwork */
	--color-logo-cream: #f0dac4;

	--font-chunky: "Baloo 2", "Trebuchet MS", sans-serif;
	--font-hand: "Patrick Hand", "Segoe Print", cursive;
	--font-body: "Outfit", system-ui, sans-serif;

	--space-xs: 0.5rem;
	--space-sm: 1rem;
	--space-md: 1.5rem;
	--space-lg: 2.5rem;
	--space-xl: 4rem;
	--space-2xl: 6rem;
	--max-width: 74rem;
	--header-height: 4.75rem;
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	min-height: 100vh;
	font-family: var(--font-body);
	font-size: 1.0625rem;
	line-height: 1.65;
	color: var(--color-text);
	background-color: var(--color-bg);
	background-image:
		radial-gradient(circle at 12% 8%, rgba(251, 198, 96, 0.22), transparent 32%),
		radial-gradient(circle at 88% 4%, rgba(248, 108, 47, 0.16), transparent 34%),
		radial-gradient(circle at 50% 100%, rgba(192, 214, 255, 0.22), transparent 40%);
}

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

a {
	color: var(--color-orange);
	text-underline-offset: 0.2em;
}

a:hover {
	color: var(--color-heat);
}

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

.skip-link {
	position: absolute;
	left: -999px;
	top: 0;
	z-index: 1000;
	padding: 0.75rem 1rem;
	background: var(--color-bordo);
	color: #fff;
}

.skip-link:focus {
	left: 1rem;
	top: 1rem;
}

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

/* Hand-drawn decorations */

.decor {
	fill: none;
	stroke: currentColor;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
	pointer-events: none;
}

.decor--circle {
	stroke-width: 3.5;
}

.decor--squiggle {
	stroke-width: 5;
}

/* Stroke stays the same weight no matter how wide the title stretches the svg */
.decor--underline,
.decor--frame {
	stroke-width: 2.5;
	vector-effect: non-scaling-stroke;
}

.decor--star {
	stroke-width: 5;
}

/* Round stickers in the spirit of the Instagram badges */
.sticker {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.1rem;
	width: 6.2rem;
	height: 6.2rem;
	border-radius: 50%;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 0.95rem;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.sticker--spritz {
	background: var(--color-spritz);
	color: var(--color-sun);
}

.sticker--sky {
	background: var(--color-sky-deep);
	color: var(--color-bg);
}

.sticker__row {
	display: inline-flex;
	align-items: center;
	gap: 0.15rem;
}

.sticker img {
	width: 0.95rem;
	height: auto;
}

/* Header */

.site-header {
	position: sticky;
	top: 0;
	z-index: 100;
	background: var(--color-bordo);
	box-shadow: 0 6px 14px rgba(30, 0, 0, 0.3);
}


.site-header__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 var(--space-md);
	min-height: var(--header-height);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-md);
}

.site-logo img,
.custom-logo-link img {
	display: block;
	height: 2.6rem;
	width: auto;
}

.site-nav__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__list a {
	position: relative;
	display: inline-block;
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 1.05rem;
	letter-spacing: 0.01em;
	color: var(--color-logo-cream);
	text-decoration: none;
	transition: transform 0.18s ease, color 0.18s ease;
}

/* Marker underline drawn on hover */
.site-nav__list a::after {
	content: "";
	position: absolute;
	left: -6%;
	right: -6%;
	bottom: -0.4rem;
	height: 0.55rem;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 300 24'%3E%3Cpath d='M6 15c46-9 96 6 146-2 40-7 88 5 142-3' fill='none' stroke='%23f86c2f' stroke-width='5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat center / 100% 100%;
	opacity: 0;
	transform: rotate(-1.2deg);
	transition: opacity 0.18s ease, transform 0.18s ease;
}

.site-nav__list a:hover {
	color: var(--color-sun);
	transform: rotate(-1.5deg);
}

.site-nav__list a:hover::after {
	opacity: 1;
	transform: rotate(-1.2deg) translateY(0.1rem);
}

/* Page you are on keeps the marker underline drawn */
.site-nav__list .is-current > a,
.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a,
.site-nav__list .current-menu-parent > a,
.site-nav__list .current_page_parent > a {
	color: var(--color-logo-cream);
}

.site-nav__list .is-current > a::after,
.site-nav__list .current-menu-item > a::after,
.site-nav__list .current_page_item > a::after,
.site-nav__list .current-menu-parent > a::after,
.site-nav__list .current_page_parent > a::after {
	opacity: 1;
}

/* Dropdown submenu for Usluge */
.site-nav__list .has-children,
.site-nav__list .menu-item-has-children {
	position: relative;
}

.site-nav__submenu {
	list-style: none;
	margin: 0;
	padding: 0;
}

.site-nav__submenu a::after {
	display: none;
}

@media (min-width: 721px) {
	.site-nav__submenu {
		position: absolute;
		top: calc(100% + 0.45rem);
		left: 0;
		z-index: 20;
		min-width: 13rem;
		padding: 0.7rem 0.9rem;
		background: var(--color-bordo);
		border-radius: 0.65rem;
		box-shadow: 0 12px 28px rgba(30, 0, 0, 0.38);
		opacity: 0;
		visibility: hidden;
		transform: translateY(0.35rem);
		transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
	}

	.site-nav__list .has-children:hover .site-nav__submenu,
	.site-nav__list .has-children:focus-within .site-nav__submenu,
	.site-nav__list .menu-item-has-children:hover .site-nav__submenu,
	.site-nav__list .menu-item-has-children:focus-within .site-nav__submenu {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.site-nav__submenu li + li {
		margin-top: 0.35rem;
	}

	.site-nav__submenu a {
		font-size: 0.98rem;
	}
}

.nav-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	width: 2.5rem;
	height: 2.5rem;
	padding: 0;
	background: transparent;
	border: 0;
	border-radius: 0;
	color: var(--color-bg);
	cursor: pointer;
	transform: none;
}

.nav-toggle__bars {
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 0.28rem;
	width: 1.15rem;
}

.nav-toggle__bars span {
	display: block;
	height: 2px;
	border-radius: 999px;
	background: currentColor;
	transition: transform 0.22s ease, opacity 0.22s ease;
}

.site-header.is-nav-open .nav-toggle__bars span:nth-child(1) {
	transform: translateY(0.42rem) rotate(45deg);
}

.site-header.is-nav-open .nav-toggle__bars span:nth-child(2) {
	opacity: 0;
}

.site-header.is-nav-open .nav-toggle__bars span:nth-child(3) {
	transform: translateY(-0.42rem) rotate(-45deg);
}

body.is-nav-open {
	overflow: hidden;
}

/* Layout */

.site-main {
	overflow-x: clip;
}

.section {
	padding: var(--space-2xl) 0;
}

.section--tint {
	background:
		linear-gradient(180deg, rgba(255, 213, 251, 0.35), rgba(252, 244, 240, 0));
}

/* Flat version of the pink wash that sits under the hero */
.section--blush {
	background: #fde9f4;
}

.section--sun {
	background: var(--color-sun);
}

.section--white {
	background: #fffdfb;
}

/* Warm sand band - separates from the cream hero without going white */
.section--sand {
	background: #f7dfc2;
	padding-bottom: calc(var(--space-2xl) + var(--space-md));
}

.section--sand .service-card {
	--ticket: var(--color-bg);
}

/* Soft pastel bands - bordo text stays default and readable */
.section--sky {
	background: var(--color-sky);
}

.section--rose {
	background: var(--color-pink);
}

/* Hot band in the primary button red */
.section--heat {
	background: var(--color-heat);
}

.section--heat .section__kicker {
	color: var(--color-bg);
}

.section--heat .section__title {
	color: var(--color-bg);
}

.section--heat .section__title .decor--underline {
	color: var(--color-sun);
}

.section--heat .section__lead {
	color: var(--color-bg);
}

/* Dark band: pastel cards read as bright stickers against it */
.section--bordo {
	background: var(--color-bordo);
}

/* Hand-drawn wavy edge: the band above bleeds over the seam,
   so the section reads as a sheet glued underneath */
.section--tear {
	position: relative;
	--tear-color: var(--color-bg);
}

.section--tear::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: -1px;
	height: 1.4rem;
	background: var(--tear-color);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath d='M0 0H120V10C113 13 106 7 99 10C92 12 86 7 78 9C71 12 66 13 58 11C51 8 45 7 37 10C30 13 24 13 17 9C11 7 6 8 0 10Z' fill='%23fff'/%3E%3C/svg%3E") repeat-x top center / 18rem 100%;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 20' preserveAspectRatio='none'%3E%3Cpath d='M0 0H120V10C113 13 106 7 99 10C92 12 86 7 78 9C71 12 66 13 58 11C51 8 45 7 37 10C30 13 24 13 17 9C11 7 6 8 0 10Z' fill='%23fff'/%3E%3C/svg%3E") repeat-x top center / 18rem 100%;
	pointer-events: none;
}

/* The wave takes the colour of whatever band sits above */
.section--sand + .section--tear {
	--tear-color: #f7dfc2;
}


.section--bordo .section__kicker {
	color: var(--color-sun);
}

.section--bordo .section__title {
	color: var(--color-logo-cream);
}

.section--bordo .section__title .decor--underline {
	color: var(--color-orange);
}

.section--bordo .section__lead {
	color: rgba(252, 244, 240, 0.75);
}

.section--bordo .section__lead--workshops {
	margin-top: var(--space-md);
	line-height: 1.55;
}

.section--bordo .section__lead--workshops .section__lead-link {
	margin-left: 0.75rem;
}

.section--bordo .section__lead-link {
	display: inline-block;
	font-family: var(--font-hand);
	font-size: 1.35rem;
	font-weight: 600;
	color: var(--color-sun);
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.section--bordo .section__lead-link:hover {
	color: var(--color-orange);
	transform: rotate(-1deg);
}

.section--bordo .section__lead-link::after {
	content: "→";
	display: inline-block;
	margin-left: 0.35rem;
	transition: transform 0.2s ease;
}

.section--bordo .section__lead-link:hover::after {
	transform: translateX(0.25rem);
}

/* Cards turn into cream polaroids pinned on the dark band */
.section--bordo .workshop-card {
	background: var(--color-bg);
	box-shadow: 0 12px 26px rgba(43, 0, 0, 0.4);
}

.section--bordo .workshop-card:hover {
	box-shadow: 0 16px 30px rgba(43, 0, 0, 0.45);
}

.section--bordo .workshop-card__facts {
	color: var(--color-muted);
}

.section--bordo .empty-state {
	color: var(--color-sun);
}

.section__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	padding: 0 var(--space-md);
}

.section__head {
	position: relative;
	margin-bottom: var(--space-xl);
}

.section__kicker {
	display: inline-block;
	margin: 0 0 0.15rem;
	font-family: var(--font-hand);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--color-heat);
	transform: rotate(-1.5deg);
}

.section__title {
	position: relative;
	display: inline-block;
	margin: 0 0 var(--space-xs);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: clamp(2.4rem, 6vw, 4.25rem);
	line-height: 0.95;
	letter-spacing: -0.01em;
	text-transform: uppercase;
	color: var(--color-bordo);
}

.section__title .decor--underline {
	position: absolute;
	left: 0;
	right: -2%;
	bottom: -0.55rem;
	width: 102%;
	height: 1.05rem;
	color: var(--color-algae);
}

.section__tagline {
	display: inline-block;
	margin: 0.2rem 0 0;
	font-family: var(--font-hand);
	font-size: 1.6rem;
	font-weight: 400;
	color: var(--color-heat);
	transform: rotate(-1deg);
}

.section__lead {
	margin: 0;
	max-width: 38rem;
	color: var(--color-muted);
	font-size: 1.1rem;
}

/* Hero */

.hero {
	position: relative;
	display: grid;
	align-items: center;
	min-height: calc(100svh - var(--header-height));
	padding: var(--space-lg) var(--space-md);
	overflow: hidden;
}

.admin-bar .hero {
	min-height: calc(100svh - var(--header-height) - 32px);
}

.hero__inner {
	position: relative;
	width: 100%;
	max-width: var(--max-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--space-2xl);
	align-items: center;
}

.hero__headline {
	position: relative;
	margin: 0 0 var(--space-md);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: clamp(2.6rem, 6.5vw, 4.5rem);
	line-height: 0.92;
	text-transform: uppercase;
	color: var(--color-orange);
	animation: mikstura-rise 0.8s ease 0.08s both;
}

.hero__headline em {
	position: relative;
	display: inline-block;
	font-style: normal;
	color: var(--color-bordo);
	transform-origin: 50% 60%;
	animation: mikstura-shake-word 3s ease-in-out 0.8s infinite;
}

.hero__glass {
	display: inline-block;
	width: 0.85em;
	height: auto;
	margin-left: 0.12em;
	vertical-align: -0.08em;
	transform-origin: 50% 88%;
	animation: mikstura-shake-glass 3s ease-in-out 0.8s infinite;
}

.hero__headline .decor--circle {
	position: absolute;
	left: -8%;
	top: -22%;
	width: 116%;
	height: 144%;
	color: var(--color-heat);
}

.hero__note {
	display: inline-block;
	margin: 0 0 var(--space-sm);
	font-family: var(--font-hand);
	font-weight: 400;
	font-size: 1.9rem;
	line-height: 1.15;
	color: var(--color-heat);
	transform: rotate(-2deg);
	animation: mikstura-rise 0.8s ease 0.16s both;
}

.hero__text {
	margin: 0 0 var(--space-lg);
	max-width: 32rem;
	color: var(--color-muted);
	font-size: 1.15rem;
	animation: mikstura-rise 0.8s ease 0.2s both;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: var(--space-sm);
	animation: mikstura-rise 0.8s ease 0.28s both;
}

/* Hero collage */

.hero__collage {
	position: relative;
	min-height: min(36rem, calc(100svh - var(--header-height) - 5rem));
	padding-left: var(--space-lg);
}

.polaroid {
	position: absolute;
	width: 48%;
	padding: 0.75rem 0.75rem 2.4rem;
	background: var(--color-paper);
	box-shadow: 0 10px 24px rgba(109, 1, 1, 0.16);
	transition: transform 0.25s ease;
}

.polaroid img {
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.polaroid::after {
	content: attr(data-caption);
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	text-align: center;
	font-family: var(--font-hand);
	font-weight: 600;
	font-size: 1.4rem;
	line-height: 1;
	color: var(--color-bordo);
}

.polaroid:hover {
	transform: rotate(0deg) scale(1.03);
	z-index: 2;
}

.polaroid--a {
	left: 0;
	top: 16%;
	transform: rotate(-6deg);
}

.polaroid--b {
	left: 31%;
	top: 34%;
	z-index: 1;
	transform: rotate(3deg);
}

.polaroid--c {
	right: 0;
	top: 12%;
	transform: rotate(5deg);
}

/* Step arrows linking photo 1 to 2, then 2 to 3 */
.hero__arrow {
	position: absolute;
	width: 6rem;
	stroke-width: 5;
	color: var(--color-algae);
}

.hero__arrow--1 {
	left: 5%;
	top: 77%;
	width: 7rem;
	transform: rotate(-24deg);
}

.hero__arrow--2 {
	right: 1%;
	top: 71%;
	transform: rotate(-15deg) scaleY(-1);
}

.tape {
	position: absolute;
	width: 5.5rem;
	height: 1.6rem;
	background: rgba(251, 198, 96, 0.72);
	box-shadow: inset 0 0 0 1px rgba(109, 1, 1, 0.08);
}

.polaroid .tape {
	left: 50%;
	top: -0.7rem;
	transform: translateX(-50%) rotate(-4deg);
}


@keyframes mikstura-rise {
	from {
		opacity: 0;
		transform: translateY(0.8rem);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes mikstura-float {
	0%,
	100% {
		transform: translateY(0) rotate(-4deg);
	}
	50% {
		transform: translateY(-0.9rem) rotate(2deg);
	}
}

@keyframes mikstura-shake-word {
	0%,
	58%,
	88%,
	100% {
		transform: translate(0, 0) rotate(0deg);
	}
	62% {
		transform: translate(-3px, 1px) rotate(-1.4deg);
	}
	67% {
		transform: translate(3px, -1px) rotate(1.4deg);
	}
	72% {
		transform: translate(-3px, 1px) rotate(-1.1deg);
	}
	77% {
		transform: translate(2px, -1px) rotate(0.9deg);
	}
	82% {
		transform: translate(-1px, 0) rotate(-0.5deg);
	}
}

@keyframes mikstura-shake-glass {
	0%,
	58%,
	92%,
	100% {
		transform: rotate(0deg) translateY(0);
	}
	62% {
		transform: rotate(-16deg) translateY(-8%);
	}
	67% {
		transform: rotate(14deg) translateY(-10%);
	}
	72% {
		transform: rotate(-12deg) translateY(-6%);
	}
	77% {
		transform: rotate(9deg) translateY(-3%);
	}
	82% {
		transform: rotate(-6deg);
	}
	87% {
		transform: rotate(3deg);
	}
}

/* Buttons */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.7rem;
	border: 0;
	border-radius: 999px;
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 1.05rem;
	text-decoration: none;
	cursor: pointer;
	transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.btn--primary {
	background: var(--color-heat);
	color: #fff;
	box-shadow: 0.3rem 0.3rem 0 var(--color-bordo);
	transform: rotate(-1.5deg);
}

.btn--primary:hover {
	background: var(--color-bordo);
	color: var(--color-bg);
	box-shadow: 0.15rem 0.15rem 0 var(--color-heat);
	transform: rotate(-1.5deg) translate(0.15rem, 0.15rem);
}

.btn--secondary {
	background: var(--color-sun);
	color: var(--color-bordo);
	box-shadow: 0.3rem 0.3rem 0 var(--color-bordo);
	transform: rotate(1.5deg);
}

.btn--secondary:hover {
	background: var(--color-bordo);
	color: var(--color-bg);
	box-shadow: 0.15rem 0.15rem 0 var(--color-sun);
	transform: rotate(1.5deg) translate(0.15rem, 0.15rem);
}

.btn.is-disabled {
	pointer-events: none;
	opacity: 0.72;
	cursor: default;
	box-shadow: 0.15rem 0.15rem 0 var(--color-bordo);
	transform: none;
}

/* Services — colored scrapbook cards */

.services__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: var(--space-lg);
}

/* Bottle-label cards, after the round "triple SEC" labels
   used on the workshop bottles. */
.service-card {
	--ticket: #f6e7dd;

	position: relative;
	display: block;
	padding: var(--space-lg) var(--space-md);
	background: var(--ticket);
	border-radius: 1.4rem;
	text-align: center;
	color: var(--color-bordo);
	text-decoration: none;
	transition: transform 0.25s ease, box-shadow 0.25s ease, color 0.25s ease;
}

/* Thin ruled frame inset from the edge, like the print on a bottle label */
.service-card::before {
	content: "";
	position: absolute;
	inset: 0.55rem;
	border: 1px solid var(--color-bordo);
	border-radius: 1rem;
	opacity: 0.45;
	pointer-events: none;
	transition: border-color 0.25s ease, opacity 0.25s ease;
}

/* Photo under a bordo scrim — shown on hover, or at rest on the middle card */
.service-card::after {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 1.4rem;
	background-image: linear-gradient(rgba(109, 1, 1, 0.74), rgba(109, 1, 1, 0.74)), var(--photo);
	background-size: cover;
	background-position: center;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.service-card > * {
	position: relative;
	z-index: 1;
}

.service-card:nth-child(1) {
	--num-bg: var(--color-heat);
	--photo: url("../img/radionica.jpg");

	transform: rotate(-1.4deg);
}

.service-card:nth-child(2) {
	--photo: url("../img/zurka.jpg");

	color: var(--color-bg);
	transform: rotate(1deg);
}

.service-card:nth-child(3) {
	--num-bg: var(--color-sun);
	--num-ink: var(--color-bordo);
	--photo: url("../img/boce.jpg");

	transform: rotate(-0.8deg);
}

.service-card:hover {
	transform: rotate(0deg) translateY(-0.4rem);
	color: var(--color-bg);
	box-shadow: 0 16px 30px rgba(109, 1, 1, 0.28);
}

.service-card:hover::after {
	opacity: 1;
}

.service-card:hover::before {
	z-index: 1;
	border-color: var(--color-bg);
	opacity: 0.55;
}

.service-card:hover .service-card__eyebrow,
.service-card:hover .service-card__text,
.service-card:hover .service-card__list {
	color: var(--color-bg);
}

.service-card:hover .service-card__stub {
	color: var(--color-sun);
}

/* Middle card starts as the photo label; hover peels it back to cream */
.service-card:nth-child(2)::after {
	opacity: 1;
}

.service-card:nth-child(2)::before {
	z-index: 1;
	border-color: var(--color-bg);
	opacity: 0.55;
}

.service-card:nth-child(2) .service-card__eyebrow,
.service-card:nth-child(2) .service-card__text,
.service-card:nth-child(2) .service-card__list {
	color: var(--color-bg);
}

.service-card:nth-child(2) .service-card__stub {
	color: var(--color-sun);
}

.service-card:nth-child(2):hover {
	color: var(--color-bordo);
	box-shadow: 0 16px 30px rgba(109, 1, 1, 0.18);
}

.service-card:nth-child(2):hover::after {
	opacity: 0;
}

.service-card:nth-child(2):hover::before {
	border-color: var(--color-bordo);
	opacity: 0.45;
}

.service-card:nth-child(2):hover .service-card__eyebrow,
.service-card:nth-child(2):hover .service-card__text,
.service-card:nth-child(2):hover .service-card__list {
	color: var(--color-bordo-soft);
}

.service-card:nth-child(2):hover .service-card__stub {
	color: var(--color-heat);
}

.how-steps__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-lg);
	margin: 0;
	padding: 0;
	list-style: none;
}

.how-steps__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.85rem;
	text-align: center;
}

.how-steps__item:nth-child(1) {
	transform: rotate(-1.2deg);
}

.how-steps__item:nth-child(2) {
	transform: rotate(1deg);
}

.how-steps__item:nth-child(3) {
	transform: rotate(-0.7deg);
}

.how-steps__item:nth-child(4) {
	transform: rotate(1.3deg);
}

.how-steps__num {
	display: grid;
	place-items: center;
	width: 3.1rem;
	height: 3.1rem;
	border-radius: 999px;
	background: var(--color-bordo);
	color: var(--color-logo-cream);
	font-family: var(--font-chunky);
	font-size: 1.05rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	box-shadow: 0.18rem 0.18rem 0 var(--color-sun);
}

.how-steps__item:nth-child(2) .how-steps__num {
	background: var(--color-heat);
}

.how-steps__item:nth-child(3) .how-steps__num {
	background: var(--color-spritz);
	color: var(--color-bg);
}

.how-steps__item:nth-child(4) .how-steps__num {
	background: var(--color-bordo);
}

.how-steps__item p {
	margin: 0;
	max-width: 16rem;
	font-family: var(--font-hand);
	font-size: 1.35rem;
	line-height: 1.3;
	font-weight: 600;
	color: var(--color-bordo);
}

.price-tab {
	position: relative;
	max-width: 42rem;
	margin: 1.75rem auto 0;
	color: var(--color-bordo);
}

.price-tab .receipt-tear {
	color: var(--color-paper);
}

.price-tab__sticker {
	position: absolute;
	right: -1.6rem;
	top: -1.7rem;
	z-index: 2;
	width: 6.5rem;
	height: auto;
	rotate: 12deg;
	filter: drop-shadow(0 8px 14px rgba(109, 1, 1, 0.18));
}

.price-tab__body {
	padding: 1.15rem 1.25rem 0.85rem;
	background: var(--color-paper);
	box-shadow: 0 12px 24px rgba(109, 1, 1, 0.12);
}

.price-tab__table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.price-tab__table th,
.price-tab__table td {
	padding: 0.75rem 0.55rem;
	border-bottom: 1px dashed rgba(109, 1, 1, 0.16);
	vertical-align: bottom;
}

.price-tab__table thead th {
	padding-bottom: 0.85rem;
	border-bottom: 1px solid rgba(109, 1, 1, 0.18);
	font-family: var(--font-hand);
	font-size: 1.25rem;
	font-weight: 600;
	line-height: 1.15;
	color: var(--color-heat);
}

.price-tab__table thead th:first-child {
	color: var(--color-muted);
	font-size: 1.1rem;
}

.price-tab__table tbody th {
	font-family: var(--font-body);
	font-size: 0.98rem;
	font-weight: 500;
	color: var(--color-muted);
}

.price-tab__table td {
	font-family: var(--font-chunky);
	font-size: 1.15rem;
	font-weight: 800;
	white-space: nowrap;
}

.price-tab__table tbody tr:last-child th,
.price-tab__table tbody tr:last-child td {
	border-bottom: 0;
	padding-bottom: 0.35rem;
}

.price-tab__table th:nth-child(2),
.price-tab__table td:nth-child(2) {
	background: rgba(251, 198, 96, 0.22);
}

.price-tab__extras {
	margin: 0.65rem 0 0;
	text-align: center;
	font-size: 0.94rem;
	line-height: 1.45;
	color: var(--color-bordo);
}

.price-tab__extras-label {
	font-family: var(--font-hand);
	font-size: 1.15rem;
	font-weight: 600;
	color: var(--color-heat);
}

.price-tab__note {
	margin: 0.85rem 0 0;
	text-align: center;
	font-family: var(--font-hand);
	font-size: 1.15rem;
	line-height: 1.35;
	color: var(--color-muted);
}

/* Numbered sticker slapped on the corner of each label */
.service-card__num {
	position: absolute;
	top: -0.85rem;
	left: -0.85rem;
	display: grid;
	place-items: center;
	z-index: 2;
	width: 2.7rem;
	height: 2.7rem;
	border-radius: 50%;
	background: var(--num-bg, var(--color-bordo));
	color: var(--num-ink, var(--color-bg));
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.05rem;
	transform: rotate(-9deg);
}

.service-card__eyebrow {
	display: block;
	margin-bottom: 0.5rem;
	font-size: 0.7rem;
	font-weight: 600;
	letter-spacing: 0.28em;
	text-transform: uppercase;
	color: var(--color-bordo-soft);
	transition: color 0.25s ease;
}

.service-card__title {
	display: block;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 2rem;
	line-height: 1;
	text-transform: uppercase;
}

.service-card__mark {
	width: 2.4rem;
	height: auto;
	margin: 0.7rem auto 0.9rem;
}

.service-card__text {
	display: block;
	color: var(--color-bordo-soft);
	transition: color 0.25s ease;
}

.service-card--static {
	cursor: default;
}

/* Solid label at rest; photo scrim on hover like homepage Ponuda */
.service-card--flat::after {
	opacity: 0;
}

.service-card--flat:nth-child(2) {
	color: var(--color-bordo);
}

.service-card--flat:nth-child(2)::after {
	opacity: 0;
}

.service-card--flat:nth-child(2) .service-card__eyebrow,
.service-card--flat:nth-child(2) .service-card__text,
.service-card--flat:nth-child(2) .service-card__list {
	color: var(--color-bordo-soft);
}

.service-card--flat:nth-child(2)::before {
	z-index: auto;
	border-color: var(--color-bordo);
	opacity: 0.45;
}

.service-card--flat:hover,
.service-card--flat:focus-within {
	transform: rotate(0deg) translateY(-0.4rem);
	color: var(--color-bg);
	box-shadow: 0 16px 30px rgba(109, 1, 1, 0.28);
}

.service-card--flat:hover::after,
.service-card--flat:focus-within::after {
	opacity: 1;
}

.service-card--flat:hover::before,
.service-card--flat:focus-within::before {
	z-index: 1;
	border-color: var(--color-bg);
	opacity: 0.55;
}

.service-card--flat:hover .service-card__eyebrow,
.service-card--flat:hover .service-card__text,
.service-card--flat:hover .service-card__list,
.service-card--flat:focus-within .service-card__eyebrow,
.service-card--flat:focus-within .service-card__text,
.service-card--flat:focus-within .service-card__list {
	color: var(--color-bg);
}

.service-card--flat:nth-child(2):hover,
.service-card--flat:nth-child(2):focus-within {
	color: var(--color-bg);
	box-shadow: 0 16px 30px rgba(109, 1, 1, 0.28);
}

.service-card--flat:nth-child(2):hover::after,
.service-card--flat:nth-child(2):focus-within::after {
	opacity: 1;
}

.service-card--flat:nth-child(2):hover::before,
.service-card--flat:nth-child(2):focus-within::before {
	z-index: 1;
	border-color: var(--color-bg);
	opacity: 0.55;
}

.service-card--flat:nth-child(2):hover .service-card__eyebrow,
.service-card--flat:nth-child(2):hover .service-card__text,
.service-card--flat:nth-child(2):hover .service-card__list,
.service-card--flat:nth-child(2):focus-within .service-card__eyebrow,
.service-card--flat:nth-child(2):focus-within .service-card__text,
.service-card--flat:nth-child(2):focus-within .service-card__list {
	color: var(--color-bg);
}

.service-card__list {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 0.95rem;
	line-height: 1.5;
	color: var(--color-bordo-soft);
	transition: color 0.25s ease;
}

.service-card__list li + li {
	margin-top: 0.35rem;
}

.service-detail__cards {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail__cards .service-card__list {
	text-align: center;
}

.service-card__stub {
	display: block;
	margin-top: 0.9rem;
	font-family: var(--font-hand);
	font-weight: 600;
	font-size: 1.45rem;
	color: var(--color-heat);
	transition: color 0.25s ease;
}

.service-card__stub::after {
	content: "→";
	display: inline-block;
	margin-left: 0.4rem;
	transition: transform 0.25s ease;
}

.service-card:hover .service-card__stub::after {
	transform: translateX(0.3rem);
}

.service-card--soon {
	cursor: pointer;
}

.service-card--soon:hover {
	transform: rotate(1.2deg) translateY(-3px);
	box-shadow: 0 14px 30px rgba(109, 1, 1, 0.2);
}

.service-card__stub--soon {
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.45rem;
	text-transform: uppercase;
	color: var(--color-heat);
}

.service-card__stub--soon::after {
	content: none;
}

/* Workshops */

.workshop-list {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: var(--space-md);
	align-items: start;
	justify-items: center;
}

.workshop-list--rows {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.workshop-card {
	position: relative;
	width: 100%;
	max-width: 17.5rem;
	padding: 0.55rem 0.55rem var(--space-sm);
	background: var(--color-paper);
	box-shadow: 0 10px 24px rgba(109, 1, 1, 0.16);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.workshop-card:nth-child(odd) {
	transform: rotate(-1.4deg);
}

.workshop-card:nth-child(even) {
	transform: rotate(1.2deg);
}

.workshop-card:hover {
	transform: rotate(0deg) translateY(-0.35rem);
	box-shadow: 0 14px 26px rgba(109, 1, 1, 0.18);
}

.workshop-card__media {
	position: relative;
	display: block;
	overflow: hidden;
}

.workshop-card__media img {
	display: block;
	width: 100%;
	height: auto;
}

.workshop-card__placeholder {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	background: linear-gradient(150deg, var(--color-spritz), var(--color-sun));
}

.workshop-card__badge {
	position: absolute;
	top: 0.55rem;
	right: 0.45rem;
	z-index: 1;
	max-width: 6.5rem;
	padding: 0.3rem 0.45rem;
	background: var(--color-sun);
	color: var(--color-bordo);
	font-family: var(--font-hand);
	font-size: 0.92rem;
	font-weight: 700;
	line-height: 1.1;
	text-align: center;
	transform: rotate(6deg);
	box-shadow: 0 4px 0 rgba(109, 1, 1, 0.18);
}

/* Compact home cards: badge bleeds past the polaroid edge */
.workshop-card--compact .workshop-card__badge {
	top: -0.45rem;
	right: -0.55rem;
	z-index: 3;
}

.workshop-card--compact {
	padding-bottom: 0.55rem;
}

.workshop-card--compact .workshop-card__actions {
	padding: 0.45rem 0.35rem 0;
	text-align: center;
}

.workshop-card--compact .workshop-card__poster {
	position: relative;
}

.workshop-card--compact .workshop-card__media {
	display: block;
}

.workshop-card--compact .workshop-card__media img,
.workshop-card--compact .workshop-card__placeholder {
	transition: opacity 0.28s ease;
}

.workshop-card--compact .workshop-card__details {
	position: absolute;
	inset: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.85rem 0.65rem 0.7rem;
	background: var(--color-bg);
	text-align: center;
	opacity: 0;
	transition: opacity 0.28s ease;
}

.workshop-card--compact .workshop-card__details .workshop-card__title {
	margin: 0 0 0.55rem;
	font-size: 1.35rem;
	line-height: 1.05;
}

.workshop-card--compact .workshop-card__detail-list {
	list-style: none;
	margin: 0 0 0.55rem;
	padding: 0;
}

.workshop-card--compact .workshop-card__detail-list li {
	display: grid;
	grid-template-columns: 4.5rem 1fr;
	gap: 0.35rem;
	align-items: baseline;
	margin: 0 0 0.28rem;
	font-size: 0.82rem;
	line-height: 1.35;
	color: var(--color-text);
}

.workshop-card--compact .workshop-card__label {
	font-family: var(--font-hand);
	font-size: 1rem;
	font-weight: 600;
	color: var(--color-heat);
	text-align: left;
}

.workshop-card--compact .workshop-card__label::after {
	content: ":";
	margin-left: 0.1rem;
	font-family: var(--font-hand);
	font-weight: 600;
	color: var(--color-heat);
}

.workshop-card--compact .workshop-card__excerpt {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.45;
}

.workshop-card--compact .workshop-card__actions .workshop-card__stub {
	margin-top: 0;
	font-size: 1.25rem;
}

/* Home workshop slider */
.workshop-scroll {
	position: relative;
}

.workshop-scroll__nav {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 0.75rem;
	margin-top: 0.65rem;
}

.workshop-scroll__hint {
	font-family: var(--font-hand);
	font-size: 1rem;
	color: rgba(252, 244, 240, 0.82);
}

.workshop-scroll__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 1px solid rgba(252, 244, 240, 0.45);
	border-radius: 999px;
	background: rgba(252, 244, 240, 0.12);
	color: var(--color-bg);
	font-family: var(--font-chunky);
	font-size: 1rem;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease, border-color 0.2s ease;
}

.workshop-scroll__btn:hover {
	background: rgba(252, 244, 240, 0.22);
	border-color: var(--color-bg);
}

.workshop-scroll--light .workshop-scroll__hint {
	color: var(--color-muted);
}

.workshop-scroll--light .workshop-scroll__btn {
	border-color: rgba(109, 1, 1, 0.35);
	background: rgba(109, 1, 1, 0.06);
	color: var(--color-bordo);
}

.workshop-scroll--light .workshop-scroll__btn:hover {
	background: rgba(109, 1, 1, 0.12);
	border-color: var(--color-bordo);
}

.workshop-card--compact:hover .workshop-card__media img,
.workshop-card--compact:hover .workshop-card__placeholder,
.workshop-card--compact:focus-within .workshop-card__media img,
.workshop-card--compact:focus-within .workshop-card__placeholder {
	opacity: 0;
}

.workshop-card--compact:hover .workshop-card__details,
.workshop-card--compact:focus-within .workshop-card__details {
	opacity: 1;
}

.workshop-card--compact:hover .workshop-card__details .workshop-card__title,
.workshop-card--compact:focus-within .workshop-card__details .workshop-card__title {
	font-size: 1.45rem;
}

.workshop-card--compact:hover .workshop-card__detail-list li,
.workshop-card--compact:focus-within .workshop-card__detail-list li {
	font-size: 1rem;
}

.workshop-card--compact:hover .workshop-card__label,
.workshop-card--compact:focus-within .workshop-card__label {
	font-size: 1.15rem;
}

.workshop-card--clickable {
	display: block;
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.workshop-card--clickable:hover .workshop-card__stub {
	color: var(--color-heat);
}

.workshop-card__badge.is-full {
	background: var(--color-heat);
	color: var(--color-bg);
}

.workshop-card__body {
	padding: var(--space-sm) 0.5rem 0;
}

.workshop-card__title {
	margin: 0 0 0.4rem;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.7rem;
	line-height: 1.02;
	text-transform: uppercase;
}

.workshop-card__title a {
	color: var(--color-bordo);
	text-decoration: none;
}

.workshop-card__title a:hover {
	color: var(--color-orange);
}

.workshop-card__meta {
	margin: 0 0 0.35rem;
	font-family: var(--font-hand);
	font-size: 1.35rem;
	color: var(--color-heat);
}

.workshop-card__facts {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem;
	margin: 0 0 0.35rem;
	color: var(--color-muted);
	font-size: 0.95rem;
}

.workshop-card__excerpt {
	margin: 0 0 0.65rem;
	color: var(--color-muted);
	font-size: 0.98rem;
	line-height: 1.5;
}

.workshop-card__stub {
	display: inline-block;
	margin-top: 0.35rem;
	font-family: var(--font-hand);
	font-weight: 600;
	font-size: 1.45rem;
	color: var(--color-heat);
	text-decoration: none;
	transition: color 0.2s ease, transform 0.2s ease;
}

.workshop-card__stub::after {
	content: "→";
	display: inline-block;
	margin-left: 0.4rem;
	transition: transform 0.2s ease;
}

.workshop-card__stub:hover {
	color: var(--color-bordo);
}

.workshop-card__stub:hover::after {
	transform: translateX(0.3rem);
}

.workshop-card__stub.is-disabled {
	color: var(--color-muted);
	pointer-events: none;
}

.workshop-card__stub.is-disabled::after {
	content: none;
}

.workshop-page .form-notice {
	max-width: 36rem;
}

/* Single workshop page */

.workshop-hero {
	padding: 0.55rem var(--space-md) 1.15rem;
}

.workshop-hero__inner {
	display: flex;
	flex-direction: column;
	flex: 1;
	min-height: 0;
	width: 100%;
	max-width: var(--max-width);
	margin-inline: auto;
	justify-content: flex-start;
	padding-top: 2.85rem;
	position: relative;
}

.workshop-hero__back {
	position: absolute;
	top: 0.35rem;
	left: 0;
	margin: 0;
}

.workshop-hero__back a {
	color: inherit;
	text-decoration: none;
}

.workshop-hero__back a:hover {
	color: var(--color-orange);
}

.workshop-hero__notice-slot {
	flex: 0 0 auto;
	min-height: 4.85rem;
	margin: 0 0 0.75rem;
}

.workshop-hero__notice {
	margin: 0;
	max-width: none;
	min-height: 4.85rem;
	box-sizing: border-box;
	display: flex;
	align-items: center;
}

.workshop-hero__booking {
	display: flex;
	flex-direction: column;
	min-width: 0;
}

.workshop-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.15fr);
	column-gap: clamp(2.5rem, 5vw, 4.5rem);
	align-items: start;
	justify-content: stretch;
	flex: 0 0 auto;
	min-height: 0;
	width: 100%;
}

.workshop-hero__grid--full-only {
	grid-template-columns: minmax(0, 1fr);
	max-width: 26rem;
	margin-inline: auto;
}

.workshop-showcase {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 0.7rem;
	min-width: 0;
	padding-top: calc(4.85rem + 0.75rem);
}

.workshop-showcase__photo {
	position: relative;
	margin: 0 0.35rem 0;
}

.workshop-showcase__photo .tape {
	left: 50%;
	top: -0.65rem;
	z-index: 2;
	transform: translateX(-50%) rotate(-3deg);
}

.workshop-showcase__photo img,
.workshop-showcase__placeholder {
	display: block;
	width: 100%;
	max-width: 22rem;
	max-height: min(52vh, 28rem);
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: 0 10px 22px rgba(109, 1, 1, 0.14);
}

.workshop-showcase__placeholder {
	background: linear-gradient(150deg, var(--color-spritz), var(--color-sun));
}

.workshop-showcase__seats {
	position: absolute;
	right: -0.4rem;
	top: 0.55rem;
	z-index: 3;
	max-width: 7.5rem;
	padding: 0.35rem 0.55rem;
	background: var(--color-sun);
	color: var(--color-bordo);
	font-family: var(--font-hand);
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.15;
	text-align: center;
	transform: rotate(7deg);
	box-shadow: 0 4px 0 rgba(109, 1, 1, 0.18);
}

.workshop-showcase__seats.is-full {
	background: var(--color-heat);
	color: var(--color-bg);
}

.workshop-showcase__story {
	display: grid;
	gap: 0.45rem;
}

.workshop-showcase__title {
	margin: 0;
	font-family: var(--font-chunky);
	font-size: clamp(1.65rem, 4vw, 2.15rem);
	font-weight: 800;
	line-height: 1.05;
	color: var(--color-bordo);
	text-transform: uppercase;
}

.workshop-hero__title {
	margin: 0 0 0.75rem;
	font-family: var(--font-chunky);
	font-size: clamp(1.75rem, 4.5vw, 2.35rem);
	font-weight: 800;
	line-height: 1.05;
	color: var(--color-bordo);
	text-transform: uppercase;
	text-align: center;
}

.workshop-showcase__excerpt {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 1rem;
	line-height: 1.35;
	color: var(--color-heat);
}

.workshop-showcase__body {
	font-size: 0.92rem;
	line-height: 1.45;
	color: var(--color-bordo);
}

.workshop-showcase__body > *:first-child {
	margin-top: 0;
}

.workshop-showcase__body > *:last-child {
	margin-bottom: 0;
}

.workshop-booking-unavailable {
	position: relative;
	padding: var(--space-lg) var(--space-md) var(--space-md);
	background: var(--color-paper);
	box-shadow: 0 14px 30px rgba(109, 1, 1, 0.14);
	text-align: center;
	rotate: 0.5deg;
}

.workshop-booking-unavailable--full .tape {
	left: 50%;
	top: -0.8rem;
	transform: translateX(-50%) rotate(-4deg);
}

.workshop-booking-unavailable__kicker {
	margin: 0 0 0.15rem;
	font-family: var(--font-hand);
	font-size: 1.45rem;
	font-weight: 600;
	color: var(--color-heat);
	transform: rotate(-2deg);
}

.workshop-booking-unavailable__title {
	position: relative;
	display: inline-block;
	margin: 0 0 var(--space-sm);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: clamp(2rem, 4.5vw, 2.75rem);
	line-height: 0.95;
	text-transform: uppercase;
	color: var(--color-bordo);
}

.workshop-booking-unavailable__title .decor--underline {
	position: absolute;
	left: 0;
	right: -2%;
	bottom: -0.45rem;
	width: 102%;
	height: 0.9rem;
	color: var(--color-algae);
}

.workshop-booking-unavailable__text {
	margin: 0 auto var(--space-md);
	max-width: 22rem;
	font-size: 1.05rem;
	line-height: 1.45;
	color: var(--color-muted);
}

.workshop-booking-unavailable__text--plain {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 1.4rem;
	color: var(--color-muted);
}

.workshop-booking-unavailable__actions {
	margin: 0;
}

.workshop-form--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	column-gap: 0.85rem;
	align-items: start;
	width: 100%;
}

.workshop-ticket {
	display: flex;
	flex-direction: column;
	min-width: 0;
	color: var(--color-paper);
	filter: drop-shadow(0 10px 20px rgba(109, 1, 1, 0.12));
}

.workshop-ticket__body {
	flex: 1;
	display: flex;
	flex-direction: column;
	padding: 1.05rem 1.1rem 0.9rem;
	background: var(--color-paper);
	color: var(--color-bordo);
}

.workshop-ticket--left {
	min-height: 0;
}

.workshop-ticket--left .workshop-ticket__body {
	padding-top: 1.25rem;
	padding-bottom: 0.7rem;
	min-height: 0;
	flex: 0 1 auto;
}

.workshop-ticket--right .workshop-ticket__body {
	padding-top: 0.85rem;
	padding-bottom: 1.75rem;
	gap: 0.45rem;
	min-height: 0;
}

.workshop-ticket--right .workshop-form__grid--contact,
.workshop-ticket--right .workshop-form__total-block,
.workshop-ticket--right .workshop-ticket__footnote {
	flex-shrink: 0;
}

.receipt-tear {
	display: block;
	width: 100%;
	height: 1.15rem;
	flex-shrink: 0;
}

.workshop-ticket__workshop {
	margin: 0 0 0.2rem;
	font-family: var(--font-hand);
	font-size: 1.15rem;
	line-height: 1.1;
	color: var(--color-heat);
}

.workshop-ticket__heading {
	margin: 0 0 0.7rem;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(109, 1, 1, 0.14);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.2rem;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.04em;
	color: var(--color-bordo);
}

.workshop-ticket__facts {
	display: grid;
	gap: 0;
	margin: 0.65rem 0 0;
	width: 100%;
}

.workshop-ticket__facts div {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0.35rem 0.5rem;
	align-items: baseline;
	padding: 0.32rem 0;
	border-bottom: 1px solid rgba(109, 1, 1, 0.1);
}

.workshop-ticket__facts dt {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 1.05rem;
	color: var(--color-heat);
}

.workshop-ticket__facts dd {
	margin: 0;
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 0.92rem;
	color: var(--color-bordo);
}

.workshop-form {
	display: grid;
	gap: 0;
}

.workshop-form__summary {
	margin-bottom: 0.65rem;
	padding-bottom: 0.65rem;
	border-bottom: 1px solid rgba(109, 1, 1, 0.12);
}

.workshop-form__seats-block {
	margin-top: 0.7rem;
	padding-top: 0.4rem;
}

.workshop-form__seats-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
}

.workshop-form__seats-block label {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 1.1rem;
	color: var(--color-heat);
	white-space: nowrap;
}

.workshop-form__seats {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0;
	background: transparent;
	border: 0;
}

.workshop-form__qty {
	width: 1.75rem;
	height: 1.75rem;
	border: 0;
	border-radius: 999px;
	background: var(--color-orange);
	color: var(--color-paper);
	font-family: var(--font-chunky);
	font-size: 1rem;
	font-weight: 800;
	line-height: 1;
	cursor: pointer;
}

.workshop-form__qty.is-disabled,
.workshop-form__qty:disabled {
	background: #b8b0a8;
	color: #f5f0eb;
	cursor: not-allowed;
	opacity: 0.85;
}

.workshop-form__seats input {
	width: 2.25rem;
	padding: 0;
	text-align: center;
	border: 0;
	background: transparent;
	font-family: var(--font-chunky);
	font-size: 1rem;
	font-weight: 700;
	color: var(--color-bordo);
	-moz-appearance: textfield;
}

.workshop-form__seats input::-webkit-outer-spin-button,
.workshop-form__seats input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.workshop-form__seats input:focus {
	outline: none;
}

.workshop-form__availability {
	margin: 0.25rem 0 0;
	font-family: var(--font-hand);
	font-size: 0.95rem;
	color: var(--color-muted);
}

.workshop-form__total-block {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: var(--space-sm);
	margin-top: 0.55rem;
	padding: 0.45rem 0;
	border-top: 1px solid rgba(109, 1, 1, 0.14);
	border-bottom: 1px solid rgba(109, 1, 1, 0.14);
}

.workshop-form__total-block span {
	font-family: var(--font-hand);
	font-size: 1.15rem;
	color: var(--color-heat);
}

.workshop-form__total-block strong {
	font-family: var(--font-chunky);
	font-size: 1.35rem;
	font-weight: 800;
	line-height: 1.1;
	color: var(--color-bordo);
}

.workshop-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.55rem 0.75rem;
	padding: 0;
	border-bottom: 0;
}

.workshop-form__grid--contact {
	grid-template-columns: 1fr;
	gap: 0.65rem;
}

.workshop-form__field {
	margin: 0;
}

.workshop-form__field--full {
	grid-column: 1 / -1;
}

.workshop-form__field label {
	display: block;
	margin-bottom: 0.2rem;
	font-family: var(--font-hand);
	font-size: 1.1rem;
	line-height: 1;
	color: var(--color-heat);
}

.workshop-form__field:has(textarea) label {
	margin-bottom: 0.55rem;
}

.workshop-form__field input,
.workshop-form__field textarea {
	width: 100%;
	padding: 0.4rem 0;
	border: 0;
	border-bottom: 1px dotted rgba(109, 1, 1, 0.28);
	border-radius: 0;
	background: transparent;
	color: var(--color-bordo);
	font-family: var(--font-body);
	font-size: 0.95rem;
	line-height: 1.35;
}

.workshop-form__field textarea {
	min-height: 3.25rem;
	border: 1px dotted rgba(109, 1, 1, 0.28);
	padding: 0.4rem 0.5rem;
}

.workshop-form__field input:focus,
.workshop-form__field textarea:focus {
	outline: none;
	border-bottom-color: var(--color-orange);
}

.workshop-form__field textarea:focus {
	border-color: var(--color-orange);
}

.workshop-form__actions {
	display: grid;
	gap: 0.65rem;
	margin-top: auto;
	padding-top: 1.35rem;
	flex-shrink: 0;
}

.workshop-ticket__footnote {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 0.9rem;
	line-height: 1.35;
	color: var(--color-muted);
}

.workshop-form__terms {
	margin: 0;
}

.workshop-form__terms label {
	display: flex;
	gap: 0.55rem;
	align-items: flex-start;
	font-size: 0.88rem;
	line-height: 1.45;
	color: var(--color-bordo);
}

.workshop-form__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 0.35rem;
	padding: 0.5rem 0.85rem;
	border: 0;
	border-radius: 999px;
	background: var(--color-heat);
	color: #fff;
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 0.92rem;
	line-height: 1;
	cursor: pointer;
	box-shadow: none;
	transform: none;
	transition: background 0.15s ease;
}

.workshop-form__submit:hover {
	background: var(--color-bordo);
	transform: none;
}

.gift-voucher-form.contact-form--service {
	gap: 1.35rem;
}

.gift-voucher-form .contact-form__col {
	gap: 1.35rem;
}

.gift-voucher-form.contact-form--service .contact-form__actions {
	margin-top: 0.35rem;
}

.contact-form p.gift-voucher-form__terms {
	position: relative;
	z-index: 1;
	margin-top: 0.15rem;
	padding-top: 0.9rem;
}

.gift-voucher-form__terms label {
	display: flex;
	align-items: flex-start;
	gap: 0.65rem;
	font-family: var(--font-body);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.4;
	color: var(--color-bordo);
	cursor: pointer;
}

.gift-voucher-form__terms input {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0.15rem 0 0;
	padding: 0;
	flex-shrink: 0;
	accent-color: var(--color-heat);
	cursor: pointer;
}

.gift-voucher-form__footnote {
	margin: 0.5rem 0 0;
	font-size: 0.9rem;
	font-style: italic;
	color: var(--color-muted);
}

#narudzba {
	scroll-margin-top: calc(var(--header-height) + 1rem);
}

.workshop-form__participants {
	margin-top: 1.15rem;
	padding-top: 0.35rem;
	min-height: 5.25rem;
}

.workshop-form__participants:not(.is-active) label,
.workshop-form__participants:not(.is-active) textarea {
	visibility: hidden;
}

.workshop-form__participants textarea {
	min-height: 3.5rem;
}

.workshop-details__story {
	max-width: 42rem;
	margin-inline: auto;
	margin-bottom: var(--space-lg);
	text-align: center;
	font-size: 0.95rem;
	line-height: 1.55;
}

.workshop-details__story h2,
.workshop-details__story h3 {
	font-size: 1.25rem;
	line-height: 1.2;
}

.workshop-details__story p {
	margin: 0 0 0.85rem;
}

.workshop-details__included {
	margin-bottom: 0;
}

.workshop-gallery-section__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: var(--space-md);
	padding-block: 0.5rem 1rem;
}

.workshop-gallery-section__item {
	margin: 0;
	overflow: hidden;
	background: var(--color-paper);
	box-shadow: 0 10px 22px rgba(109, 1, 1, 0.1);
}

.workshop-gallery-section__item img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 1;
	object-fit: cover;
}

.workshop-gallery-section__item--1 {
	rotate: -1deg;
}

.workshop-gallery-section__item--2 {
	rotate: 0.8deg;
}

.workshop-gallery-section__item--3 {
	rotate: -0.6deg;
}

.workshop-included__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	gap: 0.55rem;
	max-width: 36rem;
}

.workshop-included__list li {
	position: relative;
	padding-left: 1.6rem;
	font-size: 1.08rem;
}

.workshop-included__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0.05rem;
	font-family: var(--font-hand);
	font-size: 1.35rem;
	line-height: 1;
	color: var(--color-algae);
}

.mikstura-gallery-preview {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 8px;
}

.mikstura-gallery-preview img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 4px;
}

.empty-state,
.form-hint {
	font-family: var(--font-hand);
	font-size: 1.4rem;
	color: var(--color-muted);
}

/* Gallery */

.gallery-wall {
	position: relative;
	display: block;
	min-height: 26rem;
	overflow: hidden;
}

.gallery-wall .section__inner {
	position: relative;
	z-index: 1;
}

.gallery-wall .section__head {
	margin-bottom: 0;
}

.gallery-wall__backdrop {
	position: absolute;
	inset: 0;
}

.gallery-wall__photos {
	display: grid;
	grid-template-columns: repeat(8, 1fr);
	grid-template-rows: repeat(2, 1fr);
	width: 100%;
	height: 100%;
}

.gallery-wall__tile {
	display: block;
	overflow: hidden;
	min-height: 0;
}

.gallery-wall__tile img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery-wall__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(109, 1, 1, 0.58), rgba(109, 1, 1, 0.44)),
		rgba(43, 0, 0, 0.18);
}

.gallery-wall .section__title {
	color: var(--color-logo-cream);
}

.gallery-wall .section__kicker {
	color: var(--color-sun);
}

.gallery-wall .section__title .decor--underline {
	color: var(--color-orange);
}

.gallery-wall .section__lead {
	margin: 0;
	max-width: 32rem;
	color: rgba(252, 244, 240, 0.82);
}

.gallery-wall__more {
	margin: var(--space-md) 0 0;
}

.gallery__grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: var(--space-md);
}

.gallery__item {
	position: relative;
	margin: 0;
	aspect-ratio: 1;
	overflow: hidden;
	background: var(--color-paper);
	box-shadow: 0 10px 22px rgba(109, 1, 1, 0.14);
	transition: transform 0.25s ease;
}

.gallery__item img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gallery__open {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: 0;
	background: transparent;
	cursor: zoom-in;
}

.gallery-carousel .workshop-scroll__nav {
	display: flex;
	margin-top: 1rem;
}

.gallery__grid--carousel {
	display: flex;
	flex-wrap: nowrap;
	gap: var(--space-md);
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	scroll-padding-inline: 0;
	padding-block: 0.6rem 0.85rem;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
}

.gallery__grid--carousel::-webkit-scrollbar {
	display: none;
}

.gallery__grid--carousel .gallery__item {
	flex: 0 0 calc((100% - (3 * var(--space-md))) / 4);
	scroll-snap-align: start;
	aspect-ratio: 3 / 4;
}

.gallery-lightbox[hidden] {
	display: none;
}

.gallery-lightbox {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: grid;
	place-items: center;
	padding: 2.5rem 1.5rem;
}

.gallery-lightbox__backdrop {
	position: absolute;
	inset: 0;
	border: 0;
	background: rgba(18, 8, 8, 0.9);
	cursor: pointer;
}

.gallery-lightbox__dialog {
	position: relative;
	z-index: 1;
	display: grid;
	place-items: center;
	max-width: 100%;
}

.gallery-lightbox__img {
	display: block;
	max-width: min(92vw, 1100px);
	max-height: calc(100vh - 5rem);
	width: auto;
	height: auto;
	object-fit: contain;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.45);
}

.gallery-lightbox__close,
.gallery-lightbox__nav {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(252, 244, 240, 0.45);
	border-radius: 999px;
	background: rgba(18, 8, 8, 0.55);
	color: var(--color-bg);
	font-family: var(--font-chunky);
	cursor: pointer;
}

.gallery-lightbox__close {
	top: -0.4rem;
	right: -0.4rem;
	width: 2.4rem;
	height: 2.4rem;
	font-size: 1.6rem;
	line-height: 1;
	z-index: 2;
}

.gallery-lightbox__nav {
	top: 50%;
	width: 2.6rem;
	height: 2.6rem;
	font-size: 1.2rem;
	transform: translateY(-50%);
}

.gallery-lightbox__nav--prev {
	left: -3.2rem;
}

.gallery-lightbox__nav--next {
	right: -3.2rem;
}

body.is-lightbox-open {
	overflow: hidden;
}

@media (max-width: 720px) {
	.gallery-lightbox__nav--prev {
		left: 0.2rem;
	}

	.gallery-lightbox__nav--next {
		right: 0.2rem;
	}

	.gallery-lightbox__close {
		top: 0.35rem;
		right: 0.35rem;
	}
}

.workshop-gallery-section__item .gallery__open {
	display: block;
	width: 100%;
	height: 100%;
}

.gallery__item:nth-child(4n + 1) {
	transform: rotate(-2deg);
}

.gallery__item:nth-child(4n + 2) {
	transform: rotate(1.5deg);
}

.gallery__item:nth-child(4n + 3) {
	transform: rotate(-1.2deg);
}

.gallery__item:nth-child(4n) {
	transform: rotate(2deg);
}

.gallery__item:hover {
	transform: rotate(0deg) scale(1.04);
}

.gallery__more {
	margin: var(--space-lg) 0 0;
	text-align: center;
}

#galerija {
	scroll-margin-top: calc(var(--header-height) + 1rem);
}
.closer {
	background: var(--color-hero);
}

.closer__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.closer__badge {
	width: 8rem;
	height: auto;
	margin-bottom: var(--space-md);
	animation: mikstura-float 9s ease-in-out infinite;
}

.closer__lead {
	margin-top: var(--space-sm);
}

.closer__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: var(--space-md);
	margin-top: var(--space-lg);
}

.closer__actions .btn {
	min-width: 13rem;
}

.closer__social {
	margin: var(--space-md) 0 0;
	font-family: var(--font-hand);
	font-size: 1.35rem;
	color: var(--color-muted);
}

.closer__social a {
	color: var(--color-heat);
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 0.2em;
}

.closer__social a:hover {
	color: var(--color-bordo);
}

/* Page hero */

.page-hero {
	position: relative;
	padding: var(--space-2xl) var(--space-md) var(--space-xl);
	background: var(--color-hero);
}

.page-hero.workshop-hero {
	display: flex;
	flex-direction: column;
	min-height: calc(100svh - var(--header-height));
	padding: 0.55rem var(--space-md) 1.15rem;
}

.admin-bar .page-hero.workshop-hero {
	min-height: calc(100svh - var(--header-height) - 32px);
}

/* Page heroes reuse the homepage headline, so cap its width here */
.page-hero .hero__headline {
	max-width: 18ch;
}

.page-hero .hero__text {
	font-size: 1.2rem;
}

.page-hero__inner {
	max-width: var(--max-width);
	margin: 0 auto;
}

.page-hero__eyebrow {
	display: inline-block;
	margin: 0 0 0.2rem;
	font-family: var(--font-hand);
	font-size: 1.7rem;
	color: var(--color-heat);
	transform: rotate(-3deg);
}

.page-hero__title {
	position: relative;
	display: inline-block;
	margin: 0 0 var(--space-sm);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: clamp(2.8rem, 8vw, 5rem);
	line-height: 0.92;
	text-transform: uppercase;
	color: var(--color-orange);
}

.page-hero__title .decor--underline {
	position: absolute;
	left: 0;
	bottom: -0.5rem;
	width: 100%;
	height: 1.05rem;
	color: var(--color-algae);
}

.page-hero__lead {
	margin: 0;
	max-width: 38rem;
	color: var(--color-muted);
	font-size: 1.15rem;
}

/* About */

/* Story and pull quote share the opening screen */
.about-hero {
	display: grid;
	align-items: center;
	min-height: calc(100svh - var(--header-height));
	padding-block: var(--space-lg);
}

.admin-bar .about-hero {
	min-height: calc(100svh - var(--header-height) - 32px);
}

.about-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
	gap: var(--space-xl);
	align-items: center;
	width: 100%;
}

.about-hero .hero__headline {
	margin-bottom: var(--space-sm);
}

.about-story__content h2 {
	margin: 0 0 var(--space-sm);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 2.2rem;
	text-transform: uppercase;
}

.about-story__content p {
	font-size: 1.1rem;
}

/* Opening line carries the section, the rest reads as regular copy */
.about-story__content .about-story__intro {
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 1.6rem;
	line-height: 1.25;
	color: var(--color-bordo);
}

/* Taped-up paper note carrying the pull quote */
.about-note {
	position: relative;
	padding: var(--space-lg) var(--space-md);
	background: var(--color-paper);
	box-shadow: 0 14px 30px rgba(109, 1, 1, 0.16);
	rotate: 1.8deg;
}

.about-note .tape {
	left: 50%;
	top: -0.8rem;
	transform: translateX(-50%) rotate(-3deg);
}

.about-note__eyebrow {
	margin: 0 0 0.6rem;
	font-family: var(--font-hand);
	font-size: 1.5rem;
	line-height: 1;
	color: var(--color-heat);
	rotate: -2deg;
}

.about-note__quote {
	margin: 0;
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 1.5rem;
	line-height: 1.25;
	color: var(--color-bordo);
}

.about-note__since {
	position: relative;
	display: inline-block;
	margin: var(--space-lg) 0 0;
	font-family: var(--font-hand);
	font-size: 1.7rem;
	line-height: 1.1;
	color: var(--color-bordo-soft);
}

.about-note__since .decor--underline {
	position: absolute;
	left: 0;
	bottom: -0.35rem;
	width: 100%;
	height: 0.7rem;
	color: var(--color-algae);
}

.about-note__sticker {
	position: absolute;
	right: -1.6rem;
	bottom: -1.6rem;
	rotate: -10deg;
}

.mission-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: var(--space-lg);
	/* Room for tape and stickers hanging off the card edges */
	padding-block: 1rem 2.5rem;
}

.mission-card {
	position: relative;
	/* Extra room at the bottom keeps copy clear of the stickers */
	padding: var(--space-lg) var(--space-lg) 4.5rem;
	background: var(--color-paper);
	box-shadow: 0 10px 24px rgba(109, 1, 1, 0.14);
}

.mission-card .tape {
	left: 50%;
	top: -0.8rem;
	transform: translateX(-50%) rotate(-3deg);
}

.mission-card:last-child .tape {
	transform: translateX(-50%) rotate(2.5deg);
}

/* Stickers slapped over the card edges */
.mission-card__sticker {
	position: absolute;
}

.mission-card__sticker--bottom {
	left: -1.7rem;
	bottom: -2.4rem;
	rotate: -10deg;
}

.mission-card__sticker--top {
	right: -1.7rem;
	top: -1.7rem;
	rotate: 9deg;
}

.mission-card:first-child {
	transform: rotate(-1.2deg);
}

.mission-card:last-child {
	transform: rotate(1deg);
}

.mission-card h3 {
	margin: 0 0 0.5rem;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.8rem;
	text-transform: uppercase;
}

.mission-card p {
	margin: 0;
	color: var(--color-muted);
}

.team-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-xl);
	max-width: 52rem;
	margin-inline: auto;
}

.team-card {
	position: relative;
	text-align: center;
}

.team-card__photo {
	position: relative;
	display: block;
	width: 13rem;
	height: 13rem;
	margin: 0 auto var(--space-md);
	padding: 0;
	border: 0;
	border-radius: 50%;
	overflow: hidden;
	background: var(--color-logo-cream);
	box-shadow: 0 12px 28px rgba(30, 0, 0, 0.35);
}

.team-card__photo img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 20%;
}

.team-card__initial {
	display: grid;
	place-items: center;
	width: 100%;
	height: 100%;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 3.4rem;
	line-height: 1;
	color: var(--color-bordo);
	background: var(--color-hero);
}

.team-card__name {
	margin: 0;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.7rem;
	text-transform: uppercase;
	color: var(--color-bordo);
}

.team-card__role {
	margin: 0.2rem 0 0.7rem;
	font-family: var(--font-hand);
	font-size: 1.4rem;
	color: var(--color-heat);
}

.team-card__bio {
	margin: 0;
	color: var(--color-muted);
}

.section--bordo .team-card__name {
	color: var(--color-bg);
}

.section--bordo .team-card__role {
	color: var(--color-sun);
}

.section--bordo .team-card__bio {
	color: rgba(252, 244, 240, 0.78);
}

.section--bordo .team-card__photo {
	box-shadow:
		0 16px 34px rgba(30, 0, 0, 0.42),
		0 0 0 3px rgba(251, 198, 96, 0.55);
}

/* Contact */

/* Contact intro and form share one screen */
.contact-hero {
	display: grid;
	align-items: center;
	min-height: calc(100svh - var(--header-height));
	padding-block: var(--space-lg);
}

.admin-bar .contact-hero {
	min-height: calc(100svh - var(--header-height) - 32px);
}

.contact-hero__inner {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
	width: 100%;
}

.contact-hero .hero__headline {
	margin-bottom: var(--space-sm);
}

.contact-hero__lead {
	margin: 0 0 var(--space-lg);
	max-width: 32rem;
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 1.35rem;
	line-height: 1.3;
	color: var(--color-bordo);
}

/* No panel - the form sits straight on the page like a written note */
.contact-card {
	position: relative;
	max-width: 28rem;
}

.contact-form {
	display: grid;
	gap: var(--space-lg);
}

.contact-form p {
	margin: 0;
}

.contact-form__field {
	position: relative;
}

.contact-form__field--full {
	grid-column: 1 / -1;
}

.contact-form label {
	display: block;
	margin-bottom: 0.2rem;
	font-family: var(--font-hand);
	font-size: 1.3rem;
	line-height: 1;
	color: var(--color-heat);
}

/* Fields are writing lines, not boxes - the marker underline is the line */
.contact-form input:not([type="checkbox"]):not([type="radio"]),
.contact-form textarea,
.contact-form select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.35rem 0.2rem;
	border: 0;
	background: transparent;
	color: var(--color-bordo);
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.4;
}

.contact-form select {
	cursor: pointer;
	appearance: none;
	height: 2.15rem;
	min-height: 2.15rem;
	padding-right: 1.5rem;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 4.5 5-4.5' fill='none' stroke='%236d0101' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.15rem center;
	background-size: 0.7rem auto;
}

.contact-form input[readonly] {
	cursor: default;
}

.contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	outline: none;
}

/* Message field gets a hand-drawn box instead of a single line */
.contact-form__box {
	position: relative;
	display: block;
	padding-top: 12px;
}

.contact-form__box textarea {
	display: block;
	padding: 0.9rem 1rem;
	/* The drawn frame is the visual edge, so no native resize grip */
	resize: none;
}

.contact-form__box .decor--frame {
	position: absolute;
	inset: -0.2rem;
	width: 100%;
	height: 100%;
	color: var(--color-algae);
	transition: color 0.2s ease;
	pointer-events: none;
}

.contact-form__field:focus-within .decor--frame {
	color: var(--color-heat);
}

.contact-form__field .decor--underline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -0.5rem;
	width: 100%;
	height: 0.7rem;
	color: var(--color-algae);
	transition: color 0.2s ease;
}

.contact-form__field:focus-within .decor--underline {
	color: var(--color-heat);
}

/* Keeps the button and its offset shadow inside the drawn frame */
.contact-form__actions {
	padding-right: 0.35rem;
	text-align: right;
}

.contact-form__submit {
	min-width: 11rem;
	margin-top: 0.9rem;
	transform: none;
}

.contact-form__submit:hover {
	transform: translate(0.15rem, 0.15rem);
}

.contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md);
	max-width: 30rem;
}

.contact-list li {
	display: grid;
	gap: 0.15rem;
}

.contact-list span {
	font-family: var(--font-hand);
	font-size: 1.35rem;
	color: var(--color-heat);
}

.contact-list a {
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 1.15rem;
	color: var(--color-bordo);
	text-decoration: none;
}

.contact-list a:hover {
	color: var(--color-orange);
}

.form-notice {
	margin: 0 0 var(--space-md);
	padding: 0.85rem 1rem;
	font-family: var(--font-chunky);
	font-weight: 700;
	box-shadow: 0 6px 16px rgba(109, 1, 1, 0.12);
}

.form-notice--ok {
	background: var(--color-sun);
}

.form-notice--error {
	background: var(--color-pink);
}

/* Services page */

.services-hero__inner {
	max-width: var(--max-width);
	margin: 0 auto;
}

.services-hero--cover {
	position: relative;
	display: grid;
	align-items: center;
	min-height: calc(100svh - var(--header-height));
	padding-block: var(--space-xl);
	overflow: hidden;
	background: transparent;
}

.admin-bar .services-hero--cover {
	min-height: calc(100svh - var(--header-height) - 32px);
}

.services-hero__backdrop {
	position: absolute;
	inset: 0;
}

.services-hero__backdrop img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.services-hero__scrim {
	position: absolute;
	inset: 0;
	background:
		linear-gradient(180deg, rgba(109, 1, 1, 0.62), rgba(109, 1, 1, 0.48)),
		rgba(43, 0, 0, 0.22);
}

.services-hero--cover .services-hero__inner {
	position: relative;
	z-index: 1;
}

.services-hero--cover .hero__note {
	color: var(--color-sun);
}

.services-hero--cover .hero__headline {
	color: var(--color-logo-cream);
}

.services-hero--cover .hero__headline .hero__glass {
	filter: brightness(1.15);
}

.services-hero--cover .services-hero__lead {
	color: rgba(252, 244, 240, 0.88);
}

.services-hero__lead {
	margin: 0;
	max-width: 38rem;
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 1.35rem;
	line-height: 1.3;
	color: var(--color-bordo);
}

.services-hero__badge {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 0.35rem 0.85rem;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 0.95rem;
	text-transform: uppercase;
	border-radius: 999px;
}

.services-hero__badge--soon {
	background: var(--color-sun);
	color: var(--color-bordo);
	font-size: 1.15rem;
	padding: 0.5rem 1.1rem;
	letter-spacing: 0.06em;
	box-shadow: 0 6px 18px rgba(109, 1, 1, 0.22);
	rotate: -3deg;
}

#upit {
	scroll-margin-top: calc(var(--header-height) + 1rem);
}

.service-detail {
	display: grid;
	grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
	gap: var(--space-xl);
	align-items: start;
}

.service-detail__heading {
	margin: var(--space-md) 0 0.5rem;
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.35rem;
	text-transform: uppercase;
}

.service-detail__heading:first-child {
	margin-top: 0;
}

.service-detail__list {
	margin: 0;
	padding-left: 1.2rem;
	color: var(--color-muted);
}

.service-detail__facts {
	position: relative;
	padding: var(--space-lg);
	background: var(--color-paper);
	box-shadow: 0 12px 26px rgba(109, 1, 1, 0.16);
	rotate: 1deg;
}

.service-detail__facts--cream {
	background: var(--color-bg);
}

.service-detail__facts--plain {
	padding: 0;
	background: transparent;
	box-shadow: none;
	rotate: 0;
}

.service-detail__facts .tape {
	left: 50%;
	top: -0.8rem;
	transform: translateX(-50%) rotate(-2deg);
}

.service-detail__meta {
	margin: 0;
}

.service-detail__meta div + div {
	margin-top: 0.85rem;
}

.service-detail__meta dt {
	font-family: var(--font-hand);
	font-size: 1.2rem;
	color: var(--color-heat);
}

.service-detail__meta dd {
	margin: 0.15rem 0 0;
	font-family: var(--font-chunky);
	font-weight: 700;
	font-size: 1.2rem;
	color: var(--color-bordo);
}

.service-detail__sticker {
	position: absolute;
	right: -1.4rem;
	bottom: -1.8rem;
	rotate: -8deg;
}

.service-detail__sticker--spritz {
	top: -1.5rem;
	right: -1.2rem;
	bottom: auto;
	rotate: 10deg;
}

.service-detail__cta {
	margin: var(--space-lg) 0 0;
}

.service-detail--bordo .service-detail__heading {
	color: var(--color-logo-cream);
}

.service-detail--bordo .service-detail__list {
	color: rgba(252, 244, 240, 0.82);
}

.services-inquiry__head--full {
	margin-bottom: var(--space-sm);
	text-align: left;
}

.services-inquiry--contact .services-inquiry__inner {
	display: block;
	max-width: var(--max-width);
}

.services-inquiry__contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	column-gap: var(--space-xl);
	align-items: start;
}

.services-inquiry__left-col {
	display: grid;
	gap: var(--space-md);
	min-width: 0;
}

.services-inquiry__left-col .services-inquiry__head {
	margin-bottom: 0;
}

.services-inquiry__lead {
	margin: 0;
}

.services-inquiry__form-col {
	display: grid;
	gap: var(--space-md);
	min-width: 0;
	width: 100%;
}

.services-inquiry__form-align {
	visibility: hidden;
	pointer-events: none;
	margin: 0;
}

.services-inquiry__form-align .services-inquiry__head {
	margin-bottom: 0;
}

.services-inquiry__form-body {
	min-width: 0;
	width: 100%;
}

.services-inquiry__media {
	position: relative;
	width: 100%;
	max-width: 22rem;
	margin-inline: auto;
	margin-top: var(--space-sm);
}

.services-inquiry__sticker {
	position: absolute;
	left: -1.4rem;
	bottom: -1.6rem;
	z-index: 2;
	rotate: -10deg;
}

.services-inquiry__photo {
	position: relative;
	margin: 0;
	width: 100%;
	max-width: none;
	padding: 0.8rem 0.8rem 1.6rem;
	background: var(--color-paper);
	box-shadow: 0 14px 30px rgba(109, 1, 1, 0.16);
	rotate: -2.2deg;
}

.services-inquiry__photo .tape {
	left: 50%;
	top: -0.85rem;
	transform: translateX(-50%) rotate(-4deg);
}

.services-inquiry__photo img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
}

.contact-form--service {
	display: grid;
	gap: var(--space-lg);
	width: 100%;
	max-width: none;
}

.contact-form--service .contact-form__split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--space-lg);
}

.contact-form__split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--space-xl);
	align-items: start;
}

.contact-form__col {
	display: grid;
	gap: var(--space-lg);
}

.contact-form--split {
	display: block;
}

.contact-form--service .contact-form__actions {
	margin: var(--space-lg) 0 0;
	padding-right: 0.35rem;
	text-align: right;
}

.contact-form--service .contact-form__submit {
	margin-top: 0;
}

.services-inquiry__inner {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: var(--space-xl);
	align-items: start;
	max-width: var(--max-width);
}

.services-inquiry__head {
	margin-bottom: 0;
	text-align: left;
}

.services-inquiry__head .section__lead {
	margin-inline: 0;
}

.service-inquiry-card {
	position: relative;
	padding: var(--space-lg) var(--space-md) var(--space-md);
	background: var(--color-paper);
	box-shadow: 0 14px 30px rgba(109, 1, 1, 0.14);
	rotate: -0.6deg;
}

.service-inquiry-card .tape {
	left: 50%;
	top: -0.8rem;
	transform: translateX(-50%) rotate(-2deg);
}

.service-inquiry-card .form-notice {
	margin-bottom: var(--space-md);
}

.service-inquiry-card--plain {
	padding: 0;
	background: transparent;
	box-shadow: none;
	rotate: 0;
}

/* Bordered panel form — no taped paper */
.service-inquiry-panel {
	padding: var(--space-lg);
	border: 2px solid var(--color-bordo);
	border-radius: 1rem;
	background: rgba(255, 251, 248, 0.92);
	box-shadow: 0.45rem 0.45rem 0 var(--color-bordo);
}

.service-inquiry-panel .form-notice {
	margin-bottom: var(--space-md);
}

.service-inquiry-form--panel {
	gap: 0;
}

.service-inquiry-form__split {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: var(--space-lg);
	align-items: start;
}

.service-inquiry-form__col {
	display: grid;
	gap: 0.85rem;
}

.service-inquiry-form--panel .service-inquiry-form__service-badge {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.65rem;
	padding: 0.5rem 0.75rem;
	border: 0;
	border-radius: 0.45rem;
	background: var(--color-hero);
}

.service-inquiry-form--panel .service-inquiry-form__service-badge strong {
	font-size: 1rem;
}

.service-inquiry-form--panel .service-inquiry-form__field {
	position: relative;
}

.service-inquiry-form--panel .service-inquiry-form__field input,
.service-inquiry-form--panel .service-inquiry-form__field select,
.service-inquiry-form--panel .service-inquiry-form__field textarea {
	padding: 0.35rem 0.15rem;
	border: 0;
	border-radius: 0;
	background: transparent;
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 0.98rem;
	box-shadow: none;
}

.service-inquiry-form--panel .service-inquiry-form__field select {
	padding-right: 1.5rem;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 4.5 5-4.5' fill='none' stroke='%236d0101' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.1rem center;
	background-size: 0.7rem auto;
}

.service-inquiry-form--panel .service-inquiry-form__control--line {
	position: relative;
	display: block;
	padding-bottom: 0.55rem;
}

.service-inquiry-form--panel .service-inquiry-form__control--line .decor--underline {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 0.65rem;
	color: var(--color-algae);
	transition: color 0.2s ease;
}

.service-inquiry-form--panel .service-inquiry-form__field:focus-within .decor--underline {
	color: var(--color-heat);
}

.service-inquiry-form--panel .service-inquiry-form__control--notes textarea {
	min-height: 2.5rem;
	resize: none;
	line-height: 1.35;
}

.service-inquiry-form--panel .service-inquiry-form__actions {
	margin: 0.25rem 0 0;
	padding: 0;
	border-top: 0;
	text-align: right;
}

.service-inquiry-form--panel .service-inquiry-form__submit {
	margin-top: 0;
}

.service-inquiry-panel {
	padding: var(--space-md) var(--space-lg);
}

.service-inquiry-form {
	display: grid;
	gap: var(--space-md);
}

.service-inquiry-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: var(--space-md) var(--space-lg);
}

.service-inquiry-form__field {
	margin: 0;
}

.service-inquiry-form__field--full {
	grid-column: 1 / -1;
}

.service-inquiry-form__field label,
.service-inquiry-form__service-label {
	display: block;
	margin-bottom: 0.35rem;
	font-family: var(--font-hand);
	font-size: 1.2rem;
	line-height: 1.1;
	color: var(--color-heat);
}

.service-inquiry-form__control {
	display: block;
}

.service-inquiry-form__field input,
.service-inquiry-form__field select,
.service-inquiry-form__field textarea {
	display: block;
	width: 100%;
	padding: 0.5rem 0;
	border: 0;
	border-bottom: 2px solid rgba(109, 1, 1, 0.18);
	border-radius: 0;
	background: transparent;
	color: var(--color-bordo);
	font-family: var(--font-body);
	font-size: 1rem;
	line-height: 1.4;
	transition: border-color 0.2s ease;
}

.service-inquiry-form__field input::placeholder {
	color: rgba(154, 75, 64, 0.55);
	font-family: var(--font-hand);
}

.service-inquiry-form__field input:focus,
.service-inquiry-form__field select:focus,
.service-inquiry-form__field textarea:focus {
	outline: none;
	border-bottom-color: var(--color-orange);
}

.service-inquiry-form__field select {
	padding-right: 1.75rem;
	font-family: var(--font-chunky);
	font-weight: 600;
	cursor: pointer;
	appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath d='M1 1.5l5 4.5 5-4.5' fill='none' stroke='%236d0101' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 0.15rem center;
	background-size: 0.75rem auto;
}

.service-inquiry-form__field--notes textarea {
	margin-top: 0.15rem;
	padding: 0.75rem 0.85rem;
	border: 2px dashed rgba(109, 1, 1, 0.22);
	border-radius: 0.35rem;
	min-height: 6.5rem;
	resize: vertical;
	font-family: var(--font-body);
}

.service-inquiry-form__field--notes textarea:focus {
	border-color: var(--color-orange);
	border-bottom-color: var(--color-orange);
}

.service-inquiry-form__service-badge {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.75rem;
	padding: 0.75rem 1rem;
	background: var(--color-hero);
	border-radius: 0.5rem;
}

.service-inquiry-form__service-badge strong {
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: 1.1rem;
	color: var(--color-bordo);
}

.service-inquiry-form__actions {
	margin: var(--space-sm) 0 0;
	padding-top: var(--space-sm);
	text-align: right;
}

.service-inquiry-form__submit {
	min-width: 11rem;
	transform: none;
}

.service-inquiry-form__submit:hover {
	transform: translate(0.15rem, 0.15rem);
}

.contact-form select {
	width: 100%;
	padding: 0.35rem 0.2rem;
	border: 0;
	background: transparent;
	color: var(--color-bordo);
	font-family: var(--font-chunky);
	font-weight: 600;
	font-size: 1rem;
	cursor: pointer;
	appearance: none;
}

.contact-form select:focus {
	outline: none;
}

/* Generic content */

.content-block {
	max-width: 48rem;
	margin: 0 auto;
	padding: var(--space-xl) var(--space-md);
}

.content-block__title {
	margin: 0 0 var(--space-md);
	font-family: var(--font-chunky);
	font-weight: 800;
	font-size: clamp(2.4rem, 6vw, 3.5rem);
	line-height: 0.95;
	text-transform: uppercase;
}

.content-block__body > *:first-child {
	margin-top: 0;
}

/* FAQ accordion - full-width rounded paper rows */

.faq__head {
	margin-bottom: var(--space-lg);
}

.faq__list {
	display: grid;
	width: 100%;
	gap: 0.55rem;
}

.faq__item {
	background: var(--color-paper);
	border-radius: 1.25rem;
	box-shadow: 0 8px 20px rgba(109, 1, 1, 0.1);
	overflow: hidden;
}

.faq__item[open] {
	background: #fff8f2;
}

.faq__question {
	display: grid;
	grid-template-columns: 3.25rem 1fr auto;
	gap: 1rem;
	align-items: center;
	width: 100%;
	padding: 1.05rem 1.25rem;
	cursor: pointer;
	list-style: none;
}

.faq__question::-webkit-details-marker,
.faq__question::marker {
	display: none;
	content: "";
}

.faq__num {
	font-family: var(--font-hand);
	font-size: 1.45rem;
	font-weight: 600;
	line-height: 1;
	color: var(--color-heat);
}

.faq__question-text {
	font-family: var(--font-body);
	font-weight: 600;
	font-size: 1.12rem;
	line-height: 1.35;
	color: var(--color-bordo);
}

.faq__icon {
	display: grid;
	place-items: center;
	width: 1.7rem;
	height: 1.7rem;
	border-radius: 999px;
	background: rgba(229, 56, 40, 0.1);
}

.faq__icon::before {
	content: "";
	width: 0.42rem;
	height: 0.42rem;
	margin-top: -0.12rem;
	border-right: 1.5px solid var(--color-heat);
	border-bottom: 1.5px solid var(--color-heat);
	transform: rotate(45deg);
	transition: transform 0.2s ease, margin 0.2s ease;
}

.faq__item[open] .faq__icon::before {
	margin-top: 0.12rem;
	transform: rotate(-135deg);
}

.faq__answer {
	padding: 0 1.25rem 1.15rem 4.5rem;
}

.faq__answer p {
	margin: 0 0 0.7rem;
	max-width: 46rem;
	color: var(--color-muted);
	font-size: 1.02rem;
	line-height: 1.6;
}

.faq__answer p:last-child {
	margin-bottom: 0;
}

.faq__answer a {
	color: var(--color-heat);
	font-weight: 600;
}

.faq__more {
	margin: var(--space-lg) 0 0;
	font-size: 1.05rem;
	line-height: 1.45;
	color: var(--color-bordo);
}

.faq__more a {
	display: inline-block;
	margin-top: 0.2rem;
	color: var(--color-heat);
	font-family: var(--font-hand);
	font-size: 1.2rem;
}

/* Footer */

.site-footer {
	padding: var(--space-xl) var(--space-md) var(--space-lg);
	background: var(--color-bordo);
	color: var(--color-bg);
}

.site-footer__inner {
	max-width: var(--max-width);
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) auto;
	gap: var(--space-xl);
	align-items: start;
}

.site-footer__brand {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.site-footer__links {
	display: grid;
	grid-template-columns: auto auto;
	gap: var(--space-xl);
	justify-content: end;
}

.site-footer__logo img {
	height: 3.4rem;
	width: auto;
	margin-bottom: 0.75rem;
}

.site-footer__tagline {
	margin: 0;
	font-family: var(--font-hand);
	font-size: 1.4rem;
	color: var(--color-sun);
}

.site-footer__heading {
	margin: 0 0 var(--space-sm);
	font-family: var(--font-hand);
	font-weight: 600;
	font-size: 1.6rem;
	color: var(--color-sun);
}

.site-footer__list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: grid;
	gap: 0.5rem;
}

.site-footer__list a {
	font-family: var(--font-chunky);
	font-weight: 600;
	color: rgba(252, 244, 240, 0.9);
	text-decoration: none;
}

.site-footer__list a:hover {
	color: var(--color-sun);
}

.site-footer__place {
	color: rgba(252, 244, 240, 0.7);
}

.site-footer__social {
	display: flex;
	gap: 0.6rem;
	margin-top: var(--space-md);
}

.social-btn {
	display: grid;
	place-items: center;
	width: 2.6rem;
	height: 2.6rem;
	border: 1px solid rgba(252, 244, 240, 0.35);
	border-radius: 50%;
	color: var(--color-bg);
	transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.social-btn:hover {
	background: var(--color-sun);
	border-color: var(--color-sun);
	color: var(--color-bordo);
}

.social-icon {
	width: 1.3rem;
	height: 1.3rem;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
}

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

.site-footer__bar {
	max-width: var(--max-width);
	margin: var(--space-lg) auto 0;
	padding-top: var(--space-md);
	border-top: 1px solid rgba(252, 244, 240, 0.2);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: var(--space-sm) var(--space-md);
}

.site-footer__copy {
	margin: 0;
	color: rgba(252, 244, 240, 0.7);
	font-size: 0.95rem;
}

.site-footer__legal {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem 1.1rem;
}

.site-footer__legal a {
	color: rgba(252, 244, 240, 0.7);
	text-decoration: none;
	font-size: 0.95rem;
}

.site-footer__legal a:hover {
	color: var(--color-sun);
}

/* Responsive */

@media (max-width: 1000px) {
	.hero__inner,
	.services__grid,
	.mission-grid,
	.about-hero__inner,
	.contact-hero__inner,
	.workshop-hero__grid,
	.services-inquiry__contact-grid {
		grid-template-columns: 1fr;
	}

	.services-inquiry__form-align {
		display: none;
	}

	.workshop-hero__grid {
		grid-template-columns: 1fr;
		max-width: none;
		flex: none;
		column-gap: 1.25rem;
		row-gap: 1.1rem;
	}

	.workshop-hero__notice-slot {
		min-height: 0;
		margin: 0;
	}

	.workshop-hero__notice-slot:has(.workshop-hero__notice) {
		min-height: 0;
		margin-bottom: 0.5rem;
	}

	.workshop-hero__notice {
		min-height: 0;
	}

	.page-hero.workshop-hero,
	.admin-bar .page-hero.workshop-hero {
		min-height: 0;
	}

	.workshop-showcase {
		max-width: none;
		width: 100%;
		height: auto;
		align-items: center;
		margin-top: 0;
		margin-bottom: 0.4rem;
		padding-top: 0;
		gap: 0.45rem;
	}

	.workshop-showcase__title {
		text-align: center;
	}

	.workshop-showcase__photo {
		flex: none;
		margin: 0.35rem auto 0;
	}

	.workshop-showcase__photo img,
	.workshop-showcase__placeholder {
		margin-inline: auto;
		height: auto;
		max-height: 32vh;
		aspect-ratio: 4 / 5;
	}

	.workshop-form--split {
		grid-column: auto;
		grid-template-columns: 1fr;
		row-gap: 0.85rem;
		height: auto;
	}

	.workshop-ticket {
		height: auto;
	}

	.workshop-ticket--left {
		min-height: 0;
	}

	.workshop-booking-unavailable {
		grid-column: auto;
	}

	.workshop-form--split {
		grid-template-columns: 1fr;
		row-gap: 0.85rem;
	}

	.workshop-ticket--left .workshop-ticket__body,
	.workshop-ticket--right .workshop-ticket__body {
		padding: 1rem 1.1rem;
	}

	.workshop-form__grid {
		grid-template-columns: 1fr;
	}

	.about-hero,
	.contact-hero {
		min-height: 0;
	}

	.admin-bar .about-hero,
	.admin-bar .contact-hero {
		min-height: 0;
	}

	.gallery__grid:not(.gallery__grid--carousel) {
		grid-template-columns: 1fr 1fr;
	}

	.gallery__grid--carousel .gallery__item {
		flex-basis: calc((100% - var(--space-md)) / 2);
	}

	.workshop-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.workshop-list--rows {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.how-steps__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: var(--space-md);
	}

	.price-tab {
		margin-inline: 0.75rem;
	}

	.price-tab__sticker {
		right: -0.55rem;
		top: -1.1rem;
		width: 5rem;
	}

	.price-tab__table th,
	.price-tab__table td {
		padding: 0.65rem 0.3rem;
		font-size: 0.92rem;
	}

	.price-tab__table thead th {
		font-size: 1.05rem;
	}

	.price-tab__table td {
		font-size: 0.98rem;
		white-space: normal;
	}

	.workshop-gallery-section__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.workshop-gallery-section__item--2 {
		margin-top: 0;
	}

	.site-footer__inner {
		grid-template-columns: 1fr;
	}

	.site-footer__links {
		justify-content: start;
		gap: var(--space-lg);
	}

	.site-footer__bar {
		flex-direction: column;
		align-items: flex-start;
	}

	.hero {
		min-height: 0;
		padding: var(--space-xl) var(--space-md);
	}

	.admin-bar .hero {
		min-height: 0;
	}

	.hero__collage {
		min-height: 26rem;
		padding-left: 0;
	}

	.closer__badge {
		width: 6.5rem;
	}
}

@media (max-width: 720px) {
	.section {
		padding: var(--space-xl) 0;
	}

	.hero {
		min-height: calc(100svh - var(--header-height));
		display: grid;
		align-items: center;
		padding: var(--space-md);
	}

	.admin-bar .hero {
		min-height: calc(100svh - var(--header-height) - 32px);
	}

	.nav-toggle {
		display: inline-flex;
		z-index: 2;
	}

	.site-header {
		position: sticky;
		top: 0;
		z-index: 110;
	}

	.site-header__inner {
		position: relative;
		z-index: 2;
	}

	.site-branding {
		position: relative;
		z-index: 2;
	}

	.site-nav {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 1;
		display: flex;
		flex-direction: column;
		padding: var(--header-height) var(--space-md) var(--space-xl);
		background: var(--color-bordo);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.22s ease, visibility 0.22s ease;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
	}

	.site-nav.is-open {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.site-nav__list {
		flex-direction: column;
		gap: 1rem;
	}

	.site-nav__submenu {
		padding-left: 0.85rem;
		margin-top: 0.35rem;
	}

	.site-nav__submenu a {
		font-size: 0.98rem;
		opacity: 0.92;
	}

	.how-steps__grid {
		grid-template-columns: 1fr;
		gap: var(--space-md);
	}

	.how-steps__item {
		transform: none;
	}

	.faq__question {
		grid-template-columns: 2.4rem 1fr auto;
		padding: 0.85rem 1rem;
		gap: 0.55rem;
	}

	.faq__num {
		font-size: 1.15rem;
	}

	.faq__question-text {
		font-size: 0.92rem;
	}

	.faq__answer {
		padding: 0 1rem 0.9rem 1rem;
	}

	.faq__answer p {
		font-size: 0.9rem;
	}

	.admin-bar .site-nav {
		padding-top: calc(var(--header-height) + 32px);
	}

	.hero__glass {
		width: 0.8em;
	}

	.gallery-wall {
		min-height: 22rem;
		padding: var(--space-xl) var(--space-md);
	}

	.gallery-wall__photos {
		grid-template-columns: repeat(4, 1fr);
		grid-template-rows: repeat(4, 1fr);
	}

	.workshop-list {
		grid-template-columns: 1fr;
	}

	.team-grid {
		grid-template-columns: 1fr;
		max-width: 18rem;
	}

	.workshop-card {
		max-width: none;
	}

	.workshop-gallery-section__grid {
		grid-template-columns: 1fr;
	}

	.workshop-gallery-section__grid--scroll {
		display: flex;
		flex-wrap: nowrap;
		gap: var(--space-sm);
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-top: 0.5rem;
		padding-bottom: 0.15rem;
		margin-inline: 0;
		padding-inline: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.workshop-gallery-section__grid--scroll::-webkit-scrollbar {
		display: none;
	}

	.workshop-gallery-section__grid--scroll .workshop-gallery-section__item {
		flex: 0 0 min(76%, 14rem);
		scroll-snap-align: start;
		rotate: 0;
	}

	.service-inquiry-form__grid {
		grid-template-columns: 1fr;
	}

	.services-inquiry__inner {
		grid-template-columns: 1fr;
	}

	.service-inquiry-form__split {
		grid-template-columns: 1fr;
	}

	.contact-form__split {
		grid-template-columns: 1fr;
	}

	.contact-form--service .contact-form__split {
		grid-template-columns: 1fr;
	}

	.services-inquiry__photo {
		max-width: 13.5rem;
		margin-inline: auto;
		padding: 0.55rem 0.55rem 1.15rem;
	}

	.services-inquiry__media {
		max-width: 13.5rem;
		margin-bottom: 2.25rem;
	}

	.services-inquiry__sticker {
		width: 4.25rem;
		height: 4.25rem;
		font-size: 0.65rem;
		left: -0.45rem;
		bottom: -0.95rem;
	}

	.services-hero__lead {
		font-size: 0.95rem;
		line-height: 1.4;
		font-weight: 500;
	}

	.service-detail__cards .service-card__title {
		font-size: 1.15rem;
		line-height: 1.15;
	}

	.contact-form--service {
		gap: 1rem;
	}

	.contact-form--service .contact-form__actions {
		margin: 0.55rem 0 0;
	}

	.service-detail {
		grid-template-columns: 1fr;
	}

	.hero__arrow {
		display: none;
	}

	/* —— Homepage mobile —— */

	.site-logo img,
	.custom-logo-link img {
		height: 2rem;
	}

	.section__kicker {
		display: block;
		margin-bottom: 0.1rem;
		font-size: 1.25rem;
	}

	.section__tagline {
		display: block;
		margin: 0.1rem 0 0;
		font-size: 1.25rem;
	}

	.section__title {
		display: block;
		font-size: clamp(1.85rem, 7.5vw, 2.5rem);
	}

	.section__head:has(.section__tagline) .section__title {
		margin-bottom: 0.1rem;
	}

	.section__title .decor--underline {
		bottom: -0.35rem;
		height: 0.75rem;
		width: 100%;
		max-width: none;
		right: auto;
	}

	.section__lead {
		font-size: 0.98rem;
	}

	.section--bordo .section__lead--workshops {
		font-size: 0.92rem;
		line-height: 1.45;
		max-width: 18rem;
	}

	.hero__inner {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 0;
		width: 100%;
	}

	.hero__content {
		display: contents;
	}

	.hero__note {
		order: 1;
		display: block;
		width: 100%;
		align-self: flex-start;
		margin: 0 0 0.4rem;
		font-size: 1.35rem;
		text-align: left;
	}

	.hero__headline {
		order: 2;
		display: block;
		width: 100%;
		font-size: clamp(2rem, 9vw, 2.75rem);
		margin: 0 0 0.45rem;
		text-align: left;
	}

	.hero__text {
		order: 3;
		font-size: 0.98rem;
		margin: 0;
		text-align: left;
		max-width: none;
	}

	.hero__collage {
		order: 4;
		min-height: 17rem;
		margin: 0.55rem auto 1.35rem;
		width: min(100%, 17rem);
		align-self: center;
		overflow: visible;
	}

	.polaroid {
		width: 38%;
		padding: 0.4rem 0.4rem 1.35rem;
	}

	.polaroid::after {
		font-size: 0.85rem;
		bottom: 0.35rem;
	}

	.polaroid .tape {
		width: 2.8rem;
		height: 0.85rem;
		top: -0.45rem;
	}

	.polaroid--a {
		top: 14%;
		left: 2%;
	}

	.polaroid--b {
		left: 30%;
		top: 28%;
	}

	.polaroid--c {
		top: 6%;
		right: 2%;
	}

	.hero__actions {
		order: 5;
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
		width: 100%;
		margin-top: 0;
		position: relative;
		z-index: 2;
		flex-shrink: 0;
	}

	.hero__actions .btn {
		width: 100%;
		min-width: 0;
		padding: 0.6rem 0.5rem;
		font-size: 0.78rem;
		box-shadow: 0.2rem 0.2rem 0 var(--color-bordo);
	}

	.section--sand {
		padding-top: var(--space-lg);
	}

	.section--sand .section__head {
		margin-bottom: var(--space-md);
	}

	.services__grid {
		gap: var(--space-md);
	}

	.service-card {
		padding: var(--space-md) var(--space-sm);
	}

	.service-card__title {
		font-size: 1.55rem;
	}

	.service-card__mark {
		width: 1.85rem;
		margin: 0.45rem auto 0.55rem;
	}

	.service-card__text,
	.service-card__list {
		font-size: 0.86rem;
	}

	.service-card__stub {
		font-size: 1.15rem;
	}

	.service-card__num {
		width: 2.2rem;
		height: 2.2rem;
		font-size: 0.9rem;
		top: -0.6rem;
		left: -0.6rem;
		z-index: 2;
	}

	.workshop-scroll__nav {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 0.75rem;
		margin-top: 0.65rem;
	}

	.workshop-list--scroll {
		display: flex;
		flex-wrap: nowrap;
		gap: var(--space-sm);
		overflow-x: auto;
		overflow-y: visible;
		scroll-snap-type: x mandatory;
		-webkit-overflow-scrolling: touch;
		padding-top: 0.5rem;
		padding-bottom: 0.15rem;
		margin-inline: 0;
		padding-inline: 0;
		scrollbar-width: none;
		-ms-overflow-style: none;
	}

	.workshop-list--scroll::-webkit-scrollbar {
		display: none;
	}

	.workshop-list--scroll .workshop-card {
		flex: 0 0 min(76%, 13.25rem);
		scroll-snap-align: start;
		max-width: none;
		transform: none;
		overflow: visible;
		padding-top: 0.65rem;
	}

	.workshop-list--scroll .workshop-card:hover {
		transform: none;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__details {
		position: static;
		opacity: 1;
		padding: 0.45rem 0.2rem 0;
		background: transparent;
		text-align: left;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__media img,
	.workshop-list--scroll .workshop-card--compact .workshop-card__placeholder {
		opacity: 1;
	}

	.workshop-list--scroll .workshop-card--compact:hover .workshop-card__media img,
	.workshop-list--scroll .workshop-card--compact:hover .workshop-card__placeholder,
	.workshop-list--scroll .workshop-card--compact:focus-within .workshop-card__media img,
	.workshop-list--scroll .workshop-card--compact:focus-within .workshop-card__placeholder {
		opacity: 1;
	}

	.workshop-list--scroll .workshop-card--compact:hover .workshop-card__details,
	.workshop-list--scroll .workshop-card--compact:focus-within .workshop-card__details {
		opacity: 1;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__details .workshop-card__title {
		font-size: 1.05rem;
		margin-bottom: 0.4rem;
		text-align: left;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__detail-list {
		margin-bottom: 0.35rem;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__detail-list li {
		display: grid;
		grid-template-columns: 3.75rem 1fr;
		gap: 0.25rem;
		align-items: baseline;
		margin-bottom: 0.2rem;
		font-size: 0.78rem;
		text-align: left;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__label {
		font-size: 0.88rem;
		text-align: left;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__excerpt {
		font-size: 0.78rem;
		text-align: left;
	}

	.workshop-list--scroll .workshop-card--compact .workshop-card__actions .workshop-card__stub {
		font-size: 1.05rem;
	}

	.workshop-card--compact .workshop-card__badge {
		top: -0.25rem;
		right: -0.35rem;
		max-width: 7.5rem;
		font-size: 0.82rem;
	}

	.closer__badge {
		width: 5rem;
		margin-bottom: var(--space-sm);
	}

	/* —— O nama mobile —— */

	.about-hero {
		padding-block: var(--space-xl) var(--space-md);
	}

	.about-story__workshop-copy {
		display: none;
	}

	.about-story__content p {
		font-size: 0.92rem;
		line-height: 1.55;
	}

	.about-story__content .about-story__intro {
		font-size: 1.15rem;
		line-height: 1.3;
	}

	.about-note {
		padding: var(--space-md) 0.9rem;
		margin-inline: 0.5rem;
		rotate: 1deg;
	}

	.about-note__eyebrow {
		font-size: 1.1rem;
	}

	.about-note__quote {
		font-size: 1.05rem;
		line-height: 1.3;
	}

	.about-note__since {
		margin-top: var(--space-sm);
		font-size: 1.2rem;
	}

	.about-note__sticker {
		right: -0.25rem;
		bottom: -0.25rem;
		width: 5rem;
		height: 5rem;
		font-size: 0.72rem;
	}

	.mission-grid {
		padding-inline: 0.5rem;
		padding-block: 0.75rem 2.5rem;
		gap: 2.75rem;
	}

	.mission-card {
		padding: var(--space-md) 0.9rem 3.25rem;
		margin-inline: 0.35rem;
	}

	.mission-card h3 {
		font-size: 1.35rem;
	}

	.mission-card p {
		font-size: 0.9rem;
		line-height: 1.5;
	}

	.mission-card__sticker {
		width: 5rem;
		height: 5rem;
		font-size: 0.72rem;
	}

	.mission-card__sticker--bottom {
		left: -0.2rem;
		bottom: -1.35rem;
	}

	.mission-card__sticker--top {
		right: -0.2rem;
		top: -0.85rem;
	}

	.contact-hero__lead {
		font-size: 0.95rem;
		line-height: 1.4;
		font-weight: 500;
		margin-bottom: var(--space-md);
	}

	.contact-hero__inner {
		gap: 2rem;
	}

	.contact-list {
		grid-template-columns: 1fr;
		gap: 0.4rem;
		max-width: none;
	}

	.contact-list span {
		font-size: 1.05rem;
	}

	.contact-list a,
	.contact-list li {
		font-size: 0.9rem;
		font-weight: 600;
		overflow-wrap: anywhere;
	}

	.contact-form__submit {
		min-width: 0;
		width: auto;
		margin-top: 0;
		padding: 0.5rem 1.15rem;
		font-size: 0.82rem;
	}

	.contact-page .contact-form {
		gap: 1rem;
	}

	.contact-page .contact-form__actions {
		padding-right: 0.2rem;
		margin-top: 0.55rem;
	}

	.contact-form label {
		font-size: 1.05rem;
	}

	.contact-form input:not([type="checkbox"]):not([type="radio"]),
	.contact-form textarea,
	.contact-form select {
		font-size: 0.88rem;
		line-height: 1.35;
	}

	.contact-form input:not([type="checkbox"]):not([type="radio"]),
	.contact-form select {
		min-height: 2.25rem;
		height: 2.25rem;
	}

	.contact-form p.gift-voucher-form__terms {
		margin-top: 0.35rem;
		padding-top: 0.85rem;
	}

	.contact-form__box {
		padding-top: 0.35rem;
	}

	.contact-form__box .decor--frame {
		inset: -0.15rem;
		width: 100%;
		height: 100%;
	}

	.closer .section__kicker {
		font-size: 1.2rem;
	}

	.closer .section__title {
		font-size: clamp(1.85rem, 7.5vw, 2.4rem);
	}

	.closer__lead {
		font-size: 0.95rem;
		max-width: 20rem;
		margin-inline: auto;
	}

	.closer__actions {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 0.45rem;
		width: 100%;
		max-width: 22rem;
		margin-inline: auto;
		margin-top: var(--space-md);
	}

	.closer__actions .btn {
		width: 100%;
		min-width: 0;
		padding: 0.6rem 0.5rem;
		font-size: 0.78rem;
		box-shadow: 0.2rem 0.2rem 0 var(--color-bordo);
	}

	.closer__social {
		font-size: 1.05rem;
	}

	.gallery-wall .section__kicker {
		font-size: 1.2rem;
	}

	.gallery-wall .section__title {
		font-size: clamp(1.85rem, 7.5vw, 2.4rem);
	}

	.gallery-wall .section__lead {
		font-size: 0.95rem;
		max-width: 18rem;
	}

	.gallery-wall__more .btn {
		padding: 0.6rem 1rem;
		font-size: 0.82rem;
		box-shadow: 0.2rem 0.2rem 0 var(--color-bordo);
	}

	.site-footer {
		padding: var(--space-lg) var(--space-md) var(--space-md);
	}

	.site-footer__logo img {
		height: 2.4rem;
		margin-bottom: 0.5rem;
	}

	.site-footer__tagline {
		font-size: 1.1rem;
	}

	.site-footer__heading {
		font-size: 1.15rem;
	}

	.site-footer__list a,
	.site-footer__place {
		font-size: 0.92rem;
	}

	.site-footer__copy,
	.site-footer__legal a {
		font-size: 0.82rem;
	}

	.social-btn {
		width: 2.35rem;
		height: 2.35rem;
	}
}

@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
