/*
Theme Name: Tree Barber
Theme URI: https://tree-barber.local
Author: Tree Barber
Author URI: https://tree-barber.local
Description: Minimalny motyw blokowy dla strony firmowej Tree Barber. Obsługuje Full Site Editing i edycję treści w Gutenbergu.
Requires at least: 6.7
Tested up to: 7.0
Requires PHP: 8.0
Version: 0.1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tree-barber
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, translation-ready, wide-blocks, block-styles, accessibility-ready
*/

/*
 * Uzupełnienia niedostępne w theme.json.
 */

a {
	text-decoration-thickness: 1px;
	text-underline-offset: 0.15em;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible,
select:focus-visible,
.wp-block-button__link:focus-visible,
.wp-block-navigation__responsive-container-open:focus-visible,
.wp-block-navigation__responsive-container-close:focus-visible {
	outline: 2px solid var(--wp--preset--color--border-strong, #b8a68e);
	outline-offset: 2px;
}

/* Nagłówek: delikatny cień z tokenu border */
.tree-barber-site-header {
	box-shadow: 0 2px 8px color-mix(in srgb, var(--wp--preset--color--border) 70%, transparent);
}

/* Nagłówek: proporcje szerokiego logo (desktop ~240 px) */
.tree-barber-header .wp-block-site-logo img {
	display: block;
	height: auto;
	width: auto;
	max-width: min(240px, 100%);
}

/* Cele dotykowe minimum 44 × 44 px (bez wymuszania widoczności hamburgera) */
.tree-barber-header .wp-block-navigation .wp-block-navigation-item > a,
.tree-barber-header .wp-block-navigation .wp-block-navigation-item > button,
.tree-barber-header .wp-block-navigation__responsive-container-close,
.tree-barber-header .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

/*
 * Desktop od 900 px:
 * logo | wyśrodkowane menu | CTA — grid 1fr auto 1fr.
 * Hamburger ukryty; widoczne linki nawigacji.
 */
@media (min-width: 900px) {
	.tree-barber-header.is-layout-flex,
	.tree-barber-header {
		display: grid;
		align-items: center;
		column-gap: var(--wp--preset--spacing--30);
		grid-template-columns: 1fr auto 1fr;
	}

	.tree-barber-header__brand {
		justify-self: start;
	}

	.tree-barber-header__nav {
		justify-self: center;
		width: max-content;
	}

	.tree-barber-header__cta {
		justify-self: end;
	}

	.tree-barber-header .wp-block-navigation__responsive-container-open {
		display: none;
	}

	.tree-barber-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: block;
		position: relative;
		width: 100%;
		z-index: auto;
	}

	.tree-barber-header .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-content {
		display: flex;
	}
}

/*
 * Tablet i telefon poniżej 900 px:
 * logo lewo, hamburger + CTA prawo; natywny overlay WP.
 */
@media (max-width: 899px) {
	.tree-barber-header.is-layout-flex,
	.tree-barber-header {
		display: flex;
		align-items: center;
		column-gap: var(--wp--preset--spacing--20);
		flex-wrap: nowrap;
		justify-content: flex-start;
		max-width: 100%;
	}

	.tree-barber-header__brand {
		flex: 0 1 auto;
		margin-right: auto;
		min-width: 0;
	}

	.tree-barber-header .wp-block-site-logo img {
		max-width: min(160px, 100%);
	}

	.tree-barber-header__nav {
		flex: 0 0 auto;
	}

	.tree-barber-header__cta {
		flex: 0 0 auto;
	}

	.tree-barber-header .wp-block-navigation__responsive-container-open {
		align-items: center;
		display: inline-flex;
		justify-content: center;
		min-height: 44px;
		min-width: 44px;
	}

	.tree-barber-header .wp-block-navigation__responsive-container:not(.is-menu-open) {
		display: none;
	}

	.tree-barber-header__nav .wp-block-navigation__responsive-container.is-menu-open {
		padding-left: var(--wp--preset--spacing--40);
		padding-right: var(--wp--preset--spacing--40);
	}

	.tree-barber-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
	.tree-barber-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
		gap: var(--wp--preset--spacing--20);
		width: 100%;
	}

	.tree-barber-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item {
		width: 100%;
	}

	.tree-barber-header__nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item__content {
		align-items: center;
		display: inline-flex;
		font-size: 1.125rem;
		justify-content: flex-start;
		min-height: 44px;
		padding-bottom: var(--wp--preset--spacing--20);
		padding-top: var(--wp--preset--spacing--20);
		text-align: left;
		width: 100%;
	}

	.tree-barber-header__nav .wp-block-navigation__responsive-container-close {
		left: auto;
		right: 0;
	}
}

/* Telefon do 480 px: ciaśniejszy rytm, bez poziomego scrolla */
@media (max-width: 480px) {
	.tree-barber-site-header {
		overflow-x: clip;
	}

	.tree-barber-header .wp-block-site-logo img {
		max-width: min(148px, 100%);
	}

	.tree-barber-header__cta .wp-block-button__link {
		padding-left: var(--wp--preset--spacing--20);
		padding-right: var(--wp--preset--spacing--20);
		white-space: nowrap;
	}
}

@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;
	}
}

/* -------------------------------------------------------------------------
 * Strona główna
 * ---------------------------------------------------------------------- */

.tree-barber-hero {
	overflow: hidden;
}

.tree-barber-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-hero .wp-block-button__link,
.tree-barber-earthworks .wp-block-button__link,
.tree-barber-equipment .wp-block-button__link,
.tree-barber-cta-final .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.tree-barber-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
}

/* Równa wysokość kart (karta = .wp-block-column; bez height: 100%) */
.tree-barber-services .wp-block-columns,
.tree-barber-equipment .wp-block-columns,
.tree-barber-services-grid .wp-block-columns {
	align-items: stretch !important;
}

.tree-barber-service-card,
.tree-barber-equipment-card,
.tree-barber-service-detail-card {
	align-self: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: auto;
	min-width: 0;
	width: 100%;
}

.tree-barber-services-grid > .wp-block-columns {
	margin-bottom: var(--wp--preset--spacing--40);
}

@media (min-width: 782px) {
	.tree-barber-service-card > p:last-of-type:has(a) {
		margin-top: auto;
	}
}

/* Czytelny tekst body na jasnych tłach (token text, bez opacity) */
.tree-barber-service-card p,
.tree-barber-equipment-card p,
.tree-barber-earthworks p,
.tree-barber-realizations p,
.tree-barber-process-step p,
.tree-barber-trust p,
.tree-barber-service-area p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

.tree-barber-service-card a,
.tree-barber-equipment-card a,
.tree-barber-earthworks a:not(.wp-block-button__link),
.tree-barber-realizations a,
.tree-barber-process-step a,
.tree-barber-trust a,
.tree-barber-service-area a {
	color: var(--wp--preset--color--primary);
	font-weight: 600;
}

.tree-barber-service-card a:hover,
.tree-barber-equipment-card a:hover,
.tree-barber-earthworks a:not(.wp-block-button__link):hover,
.tree-barber-realizations a:hover,
.tree-barber-process-step a:hover,
.tree-barber-trust a:hover,
.tree-barber-service-area a:hover {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-earthworks .wp-block-image img,
.tree-barber-equipment-card .wp-block-image img,
.tree-barber-realizations__grid .wp-block-image img {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.tree-barber-realizations__grid .wp-block-image img {
	aspect-ratio: 4 / 3;
}

.tree-barber-equipment-card .wp-block-image {
	margin-bottom: var(--wp--preset--spacing--30);
}

.tree-barber-equipment-card .wp-block-image img {
	aspect-ratio: 4 / 3;
}

.tree-barber-process-step {
	min-width: 0;
}

.tree-barber-cta-final .wp-block-button__link {
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--primary-text);
}

@media (max-width: 781px) {
	.tree-barber-hero {
		min-height: 560px !important;
	}

	.tree-barber-service-card,
	.tree-barber-equipment-card,
	.tree-barber-service-detail-card {
		align-self: auto;
		height: auto;
	}

	.tree-barber-service-card > p:last-of-type:has(a) {
		margin-top: 0;
	}

	.tree-barber-services .wp-block-columns,
	.tree-barber-equipment .wp-block-columns,
	.tree-barber-realizations__grid,
	.tree-barber-process .wp-block-columns,
	.tree-barber-earthworks .wp-block-columns {
		flex-wrap: wrap !important;
	}

	.tree-barber-services .wp-block-column,
	.tree-barber-equipment .wp-block-column,
	.tree-barber-realizations__grid .wp-block-column,
	.tree-barber-earthworks .wp-block-column {
		flex-basis: 100% !important;
	}

	.tree-barber-process .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20)) !important;
	}
}

@media (max-width: 480px) {
	.tree-barber-hero {
		min-height: 520px !important;
	}

	.tree-barber-hero .wp-block-buttons,
	.tree-barber-earthworks .wp-block-buttons,
	.tree-barber-equipment .wp-block-buttons,
	.tree-barber-cta-final .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-hero .wp-block-button,
	.tree-barber-earthworks .wp-block-button,
	.tree-barber-equipment .wp-block-button,
	.tree-barber-cta-final .wp-block-button {
		width: 100%;
	}

	.tree-barber-hero .wp-block-button__link,
	.tree-barber-earthworks .wp-block-button__link,
	.tree-barber-equipment .wp-block-button__link,
	.tree-barber-cta-final .wp-block-button__link {
		width: 100%;
	}

	.tree-barber-process .wp-block-column {
		flex-basis: 100% !important;
	}
}

/* -------------------------------------------------------------------------
 * Strona Usługi
 * ---------------------------------------------------------------------- */

.tree-barber-services-hero {
	overflow: hidden;
}

.tree-barber-services-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-services-hero .wp-block-button__link,
.tree-barber-services-grid .wp-block-button__link,
.tree-barber-services-earthworks .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.tree-barber-services-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
}

.tree-barber-services-overview p,
.tree-barber-services-grid p,
.tree-barber-service-detail-card p,
.tree-barber-services-earthworks p,
.tree-barber-services-process p,
.tree-barber-services-process-step p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

/* Wyrównanie trust / service-area do szerokości alignwide (jak pozostałe sekcje Usługi) */
.tree-barber-trust.is-layout-constrained > :where(.wp-block-heading, p),
.tree-barber-service-area.is-layout-constrained > :where(.wp-block-heading, p) {
	max-width: var(--wp--style--global--wide-size);
}

.tree-barber-services-earthworks .wp-block-image img {
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.tree-barber-services-process-step {
	min-width: 0;
}

/* Tablet: 2 kolumny kart, procesy 2×2 */
@media (max-width: 899px) {
	.tree-barber-services-grid .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-services-grid .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}

	.tree-barber-services-process .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-services-process .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}

	.tree-barber-services-earthworks .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-services-earthworks .wp-block-column {
		flex-basis: 100%;
	}
}

/* Telefon: 1 kolumna */
@media (max-width: 599px) {
	.tree-barber-services-hero {
		min-height: 520px;
	}

	.tree-barber-services-grid .wp-block-column,
	.tree-barber-services-process .wp-block-column {
		flex-basis: 100%;
	}

	.tree-barber-services-hero .wp-block-buttons,
	.tree-barber-services-grid .wp-block-buttons,
	.tree-barber-services-earthworks .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-services-hero .wp-block-button,
	.tree-barber-services-grid .wp-block-button,
	.tree-barber-services-earthworks .wp-block-button {
		width: 100%;
	}

	.tree-barber-services-hero .wp-block-button__link,
	.tree-barber-services-grid .wp-block-button__link,
	.tree-barber-services-earthworks .wp-block-button__link {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------
 * Stopka
 * ---------------------------------------------------------------------- */

.tree-barber-site-footer-wrap {
	overflow-x: clip;
}

.tree-barber-funding {
	text-align: center;
}

.tree-barber-funding-logos {
	align-items: center;
	gap: clamp(1.5rem, 4vw, 3rem);
	justify-content: center;
	margin-bottom: var(--wp--preset--spacing--40);
	width: 100%;
}

.tree-barber-funding-logos .wp-block-image {
	flex: 1 1 0;
	margin: 0;
	max-width: 14rem;
}

.tree-barber-funding-logos .wp-block-image img {
	display: block;
	height: auto;
	margin-inline: auto;
	max-height: 5rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.tree-barber-funding a {
	align-items: center;
	color: var(--wp--preset--color--primary);
	display: inline-flex;
	font-weight: 600;
	min-height: 44px;
}

.tree-barber-funding a:hover {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-site-footer__logo-wrap {
	display: inline-flex;
	margin-bottom: var(--wp--preset--spacing--30);
	max-width: min(240px, 100%);
	width: fit-content;
}

.tree-barber-site-footer__logo-wrap .wp-block-site-logo {
	line-height: 0;
}

.tree-barber-site-footer__logo-wrap .wp-block-site-logo img {
	display: block;
	height: auto;
	max-width: min(200px, 100%);
	width: auto;
}

.tree-barber-site-footer,
.tree-barber-site-footer p,
.tree-barber-site-footer .wp-block-heading {
	color: var(--wp--preset--color--on-dark);
}

/* Nadpisuje globalne style linków z theme.json (ładowane później). */
.wp-block-group.tree-barber-site-footer a:where(:not(.wp-element-button)),
.tree-barber-site-footer a {
	color: var(--wp--preset--color--on-dark);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2em;
}

.wp-block-group.tree-barber-site-footer a:where(:not(.wp-element-button)):hover,
.tree-barber-site-footer a:hover {
	color: var(--wp--preset--color--on-dark);
	text-decoration-thickness: 2px;
}

.wp-block-group.tree-barber-site-footer a:where(:not(.wp-element-button)):focus-visible,
.tree-barber-site-footer a:focus-visible {
	outline: 2px solid var(--wp--preset--color--on-dark);
	outline-offset: 3px;
}

.tree-barber-site-footer__links,
.tree-barber-site-footer ul.wp-block-list.tree-barber-site-footer__links {
	list-style: none;
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-inline-start: 0;
	padding-left: 0;
}

.tree-barber-site-footer__links li {
	list-style: none;
	margin: 0;
	margin-left: 0;
	padding: 0;
	padding-left: 0;
}

.tree-barber-site-footer__links a {
	align-items: center;
	display: flex;
	min-height: 44px;
	width: fit-content;
}

.tree-barber-funding a:focus-visible {
	outline: 2px solid var(--wp--preset--color--border-strong);
	outline-offset: 3px;
}

.tree-barber-site-footer__separator {
	margin-bottom: var(--wp--preset--spacing--30);
	margin-top: var(--wp--preset--spacing--40);
	opacity: 0.4;
}

/* Desktop: szersza kolumna marki (~1.5fr 1fr 1fr 1fr) */
@media (min-width: 900px) {
	.tree-barber-site-footer__columns {
		display: grid;
		gap: var(--wp--preset--spacing--40);
		grid-template-columns: 1.5fr 1fr 1fr 1fr;
	}

	.tree-barber-site-footer__columns > .wp-block-column {
		flex-basis: auto;
		width: auto;
	}
}

/* Tablet: 2 × 2 */
@media (max-width: 899px) {
	.tree-barber-site-footer__columns {
		flex-wrap: wrap;
	}

	.tree-barber-site-footer__columns > .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}
}

/* Telefon: logotypy pionowo, kolumny 1×1 */
@media (max-width: 599px) {
	.tree-barber-funding-logos {
		align-items: center;
		flex-direction: column;
		flex-wrap: nowrap;
	}

	.tree-barber-funding-logos .wp-block-image {
		flex: 0 0 auto;
		max-width: 12rem;
		width: 100%;
	}

	.tree-barber-funding-logos .wp-block-image img {
		max-height: 3.75rem;
	}

	.tree-barber-site-footer__columns > .wp-block-column {
		flex-basis: 100%;
	}

	.tree-barber-site-footer__bottom {
		align-items: flex-start;
		flex-direction: column;
	}

	.tree-barber-site-footer__logo-wrap .wp-block-site-logo img {
		max-width: min(180px, 100%);
	}
}

/* -------------------------------------------------------------------------
 * Strona Wynajem sprzętu
 * ---------------------------------------------------------------------- */

.tree-barber-rental-hero {
	overflow: hidden;
}

.tree-barber-rental-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-rental-hero .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.tree-barber-rental-hero .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
}

.tree-barber-rental-benefit {
	min-width: 0;
}

.tree-barber-rental-benefit p,
.tree-barber-rental-process p,
.tree-barber-rental-process-step p,
.tree-barber-rental-conditions p,
.tree-barber-rental-faq p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

.tree-barber-rental-equipment {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--40);
	width: 100%;
}

.tree-barber-rental-equipment > h2 {
	margin-top: 0;
}

.tree-barber-rental-grid {
	display: grid;
	gap: var(--wp--preset--spacing--40);
	grid-template-columns: 1fr;
	margin-top: var(--wp--preset--spacing--50);
	width: 100%;
}

.tree-barber-rental-card {
	background: var(--wp--preset--color--surface);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-width: 0;
	overflow: hidden;
	padding: var(--wp--preset--spacing--30);
}

.tree-barber-rental-card__media {
	margin: calc(-1 * var(--wp--preset--spacing--30));
	margin-bottom: var(--wp--preset--spacing--30);
}

.tree-barber-rental-card__image-link {
	display: block;
	line-height: 0;
}

.tree-barber-rental-card__image,
.tree-barber-rental-card__image-placeholder {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.tree-barber-rental-card__image-placeholder {
	align-items: center;
	background: var(--wp--preset--color--background-muted);
	color: var(--wp--preset--color--text-muted);
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	justify-content: center;
	object-fit: unset;
	padding: var(--wp--preset--spacing--30);
	text-align: center;
}

.tree-barber-rental-card__title {
	font-size: var(--wp--preset--font-size--large);
	line-height: 1.3;
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-rental-card__title a {
	color: var(--wp--preset--color--heading);
	text-decoration: none;
}

.tree-barber-rental-card__title a:hover,
.tree-barber-rental-card__title a:focus-visible {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
}

.tree-barber-rental-card__description {
	color: var(--wp--preset--color--text);
	flex: 1 1 auto;
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-rental-card__price {
	color: var(--wp--preset--color--heading);
	font-weight: 700;
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-rental-card__status {
	border-radius: 6px;
	display: inline-block;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 var(--wp--preset--spacing--20);
	padding: 0.35em 0.65em;
	width: fit-content;
}

.tree-barber-rental-card__status--available {
	background: #e7f0dc;
	color: #243818;
}

.tree-barber-rental-card__status--reserved {
	background: #f3e8d4;
	color: #5a3d12;
}

.tree-barber-rental-card__status--service {
	background: #e4eaf3;
	color: #1f3358;
}

.tree-barber-rental-card__status--unavailable {
	background: #ece7e0;
	color: #3a3228;
}

.tree-barber-rental-card__transport {
	color: var(--wp--preset--color--text-muted);
	font-size: var(--wp--preset--font-size--small);
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-rental-card__actions {
	margin: auto 0 0;
	padding-top: var(--wp--preset--spacing--20);
}

.tree-barber-rental-card__actions .wp-element-button {
	align-items: center;
	background: var(--wp--preset--color--primary);
	border-radius: 8px;
	box-sizing: border-box;
	color: var(--wp--preset--color--primary-text);
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	padding: 0.65em 1.1em;
	text-decoration: none;
	width: 100%;
}

.tree-barber-rental-card__actions .wp-element-button:hover,
.tree-barber-rental-card__actions .wp-element-button:focus-visible {
	background: var(--wp--preset--color--primary-hover);
	color: var(--wp--preset--color--primary-text);
}

.tree-barber-rental-process-step {
	min-width: 0;
}

.tree-barber-rental-conditions .wp-block-list {
	margin: 0;
	padding-inline-start: 1.25rem;
}

.tree-barber-rental-conditions .wp-block-list li {
	margin-bottom: var(--wp--preset--spacing--20);
}

.tree-barber-rental-faq .wp-block-details {
	border-bottom: 1px solid var(--wp--preset--color--border);
	margin: 0;
	padding: var(--wp--preset--spacing--30) 0;
}

.tree-barber-rental-faq .wp-block-details summary {
	cursor: pointer;
	font-weight: 600;
	min-height: 44px;
	padding: 0.25em 0;
}

.tree-barber-rental-faq .wp-block-details p {
	margin-top: var(--wp--preset--spacing--20);
}

@media (min-width: 600px) {
	.tree-barber-rental-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (min-width: 1000px) {
	.tree-barber-rental-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 899px) {
	.tree-barber-rental-benefits .wp-block-columns,
	.tree-barber-rental-process .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-rental-benefits .wp-block-column,
	.tree-barber-rental-process .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}
}

@media (max-width: 599px) {
	.tree-barber-rental-hero {
		min-height: 520px;
	}

	.tree-barber-rental-benefits .wp-block-column,
	.tree-barber-rental-process .wp-block-column {
		flex-basis: 100%;
	}

	.tree-barber-rental-hero .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-rental-hero .wp-block-button {
		width: 100%;
	}

	.tree-barber-rental-hero .wp-block-button__link {
		width: 100%;
	}

	.tree-barber-rental-equipment {
		padding-left: var(--wp--preset--spacing--30);
		padding-right: var(--wp--preset--spacing--30);
	}
}

/* -------------------------------------------------------------------------
 * Podstrona pojedynczego sprzętu
 * ---------------------------------------------------------------------- */

.tree-barber-equipment-details {
	box-sizing: border-box;
	max-width: 100%;
	overflow-x: clip;
	width: 100%;
}

.tree-barber-equipment-details__breadcrumbs,
.tree-barber-equipment-details__hero,
.tree-barber-equipment-details__application,
.tree-barber-equipment-details__description,
.tree-barber-equipment-details__parameters,
.tree-barber-equipment-details__logistics,
.tree-barber-equipment-details__rules,
.tree-barber-equipment-details__gallery {
	box-sizing: border-box;
	margin-inline: auto;
	max-width: var(--wp--style--global--wide-size);
	padding-left: var(--wp--preset--spacing--40);
	padding-right: var(--wp--preset--spacing--40);
	width: 100%;
}

.tree-barber-equipment-details__breadcrumbs {
	padding-top: var(--wp--preset--spacing--40);
}

.tree-barber-equipment-details__breadcrumbs ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.25rem 0.5rem;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tree-barber-equipment-details__breadcrumbs li {
	align-items: center;
	display: inline-flex;
	flex-wrap: wrap;
	font-size: var(--wp--preset--font-size--small);
	gap: 0.5rem;
	list-style: none;
	margin: 0;
	min-height: 44px;
}

.tree-barber-equipment-details__breadcrumbs li:not(:last-child)::after {
	color: var(--wp--preset--color--text-muted);
	content: "/";
	speak: never;
}

.tree-barber-equipment-details__breadcrumbs a {
	align-items: center;
	color: var(--wp--preset--color--primary);
	display: inline-flex;
	min-height: 44px;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tree-barber-equipment-details__breadcrumbs a:hover,
.tree-barber-equipment-details__breadcrumbs a:focus-visible {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-equipment-details__breadcrumbs a:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}

.tree-barber-equipment-details__breadcrumbs [aria-current="page"] {
	color: var(--wp--preset--color--text);
	font-weight: 600;
}

.tree-barber-equipment-details__hero {
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--40);
	padding-bottom: var(--wp--preset--spacing--60);
	padding-top: var(--wp--preset--spacing--40);
}

.tree-barber-equipment-details__media,
.tree-barber-equipment-details__summary {
	min-width: 0;
}

.tree-barber-equipment-details__image {
	margin: 0;
}

.tree-barber-equipment-details__image-img,
.tree-barber-equipment-details__image-placeholder,
.tree-barber-equipment-details__gallery-grid img {
	aspect-ratio: 4 / 3;
	border-radius: 10px;
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.tree-barber-equipment-details__image-placeholder {
	align-items: center;
	background: var(--wp--preset--color--background-muted);
	color: var(--wp--preset--color--text-muted);
	display: flex;
	font-size: var(--wp--preset--font-size--small);
	justify-content: center;
	object-fit: unset;
	padding: var(--wp--preset--spacing--40);
	text-align: center;
}

.tree-barber-equipment-details__summary h1 {
	margin-top: 0;
}

.tree-barber-equipment-details__price {
	color: var(--wp--preset--color--heading);
	font-size: var(--wp--preset--font-size--large);
	font-weight: 700;
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-equipment-details__price-extra {
	color: var(--wp--preset--color--text);
	font-weight: 600;
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-equipment-details__status {
	border-radius: 6px;
	display: inline-block;
	font-size: var(--wp--preset--font-size--small);
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 var(--wp--preset--spacing--30);
	padding: 0.35em 0.65em;
	width: fit-content;
}

.tree-barber-equipment-details__status--available {
	background: #e7f0dc;
	color: #243818;
}

.tree-barber-equipment-details__status--reserved {
	background: #f3e8d4;
	color: #5a3d12;
}

.tree-barber-equipment-details__status--service {
	background: #e4eaf3;
	color: #1f3358;
}

.tree-barber-equipment-details__status--unavailable {
	background: #ece7e0;
	color: #3a3228;
}

.tree-barber-equipment-details__excerpt,
.tree-barber-equipment-details__transport {
	color: var(--wp--preset--color--text);
	margin: 0 0 var(--wp--preset--spacing--20);
}

.tree-barber-equipment-details__actions {
	margin: var(--wp--preset--spacing--30) 0 0;
}

.tree-barber-equipment-details__actions .wp-element-button,
.tree-barber-equipment-details__cta-actions .wp-element-button {
	align-items: center;
	box-sizing: border-box;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
	text-decoration: none;
}

.tree-barber-equipment-details__actions .wp-element-button {
	background: var(--wp--preset--color--primary);
	border-radius: 8px;
	color: var(--wp--preset--color--primary-text);
	padding: 0.65em 1.1em;
	width: 100%;
}

.tree-barber-equipment-details__actions .wp-element-button:hover,
.tree-barber-equipment-details__actions .wp-element-button:focus-visible {
	background: var(--wp--preset--color--primary-hover);
	color: var(--wp--preset--color--primary-text);
}

.tree-barber-equipment-details__actions .wp-element-button:focus-visible,
.tree-barber-equipment-details__cta-actions .wp-element-button:focus-visible {
	outline: 2px solid var(--wp--preset--color--on-dark);
	outline-offset: 3px;
}

.tree-barber-equipment-details__application,
.tree-barber-equipment-details__description,
.tree-barber-equipment-details__parameters,
.tree-barber-equipment-details__logistics,
.tree-barber-equipment-details__rules,
.tree-barber-equipment-details__gallery {
	padding-bottom: var(--wp--preset--spacing--50);
	padding-top: var(--wp--preset--spacing--20);
}

.tree-barber-equipment-details__application h2,
.tree-barber-equipment-details__description h2,
.tree-barber-equipment-details__parameters h2,
.tree-barber-equipment-details__logistics h2,
.tree-barber-equipment-details__rules h2,
.tree-barber-equipment-details__gallery h2 {
	margin-top: 0;
}

.tree-barber-equipment-details__parameters ul,
.tree-barber-equipment-details__logistics ul {
	margin: 0;
	padding-inline-start: 1.25rem;
}

.tree-barber-equipment-details__parameters li,
.tree-barber-equipment-details__logistics li {
	margin-bottom: var(--wp--preset--spacing--20);
}

.tree-barber-equipment-details__gallery-grid {
	display: grid;
	gap: var(--wp--preset--spacing--30);
	grid-template-columns: 1fr;
	list-style: none;
	margin: 0;
	padding: 0;
}

.tree-barber-equipment-details__gallery-grid li,
.tree-barber-equipment-details__gallery-grid figure {
	list-style: none;
	margin: 0;
	min-width: 0;
	padding: 0;
}

.tree-barber-equipment-details__cta {
	background: var(--wp--preset--color--header-footer);
	box-sizing: border-box;
	color: var(--wp--preset--color--on-dark);
	margin-top: var(--wp--preset--spacing--40);
	padding: var(--wp--preset--spacing--70) var(--wp--preset--spacing--40);
	text-align: center;
	width: 100%;
}

.tree-barber-equipment-details__cta h2,
.tree-barber-equipment-details__cta p {
	color: var(--wp--preset--color--on-dark);
	margin-left: auto;
	margin-right: auto;
	max-width: 42rem;
}

.tree-barber-equipment-details__cta-actions {
	align-items: stretch;
	display: flex;
	flex-direction: column;
	gap: var(--wp--preset--spacing--30);
	justify-content: center;
	margin: var(--wp--preset--spacing--40) auto 0;
	max-width: 28rem;
}

.tree-barber-equipment-details__cta-actions .wp-element-button {
	background: var(--wp--preset--color--primary);
	border: 2px solid var(--wp--preset--color--primary);
	border-radius: 8px;
	color: var(--wp--preset--color--primary-text);
	padding: 0.65em 1.1em;
	width: 100%;
}

.tree-barber-equipment-details__cta-actions .wp-element-button:hover,
.tree-barber-equipment-details__cta-actions .wp-element-button:focus-visible {
	background: var(--wp--preset--color--primary-hover);
	border-color: var(--wp--preset--color--primary-hover);
	color: var(--wp--preset--color--primary-text);
}

.tree-barber-equipment-details__cta-secondary {
	background: transparent !important;
	border-color: var(--wp--preset--color--on-dark) !important;
	color: var(--wp--preset--color--on-dark) !important;
}

.tree-barber-equipment-details__cta-secondary:hover,
.tree-barber-equipment-details__cta-secondary:focus-visible {
	background: rgba(247, 243, 235, 0.12) !important;
	border-color: var(--wp--preset--color--on-dark) !important;
	color: var(--wp--preset--color--on-dark) !important;
}

@media (min-width: 900px) {
	.tree-barber-equipment-details__hero {
		align-items: start;
		display: grid;
		gap: var(--wp--preset--spacing--50);
		grid-template-columns: 1fr 1fr;
	}

	.tree-barber-equipment-details__actions .wp-element-button {
		width: auto;
	}

	.tree-barber-equipment-details__gallery-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.tree-barber-equipment-details__cta-actions {
		align-items: center;
		flex-direction: row;
		flex-wrap: wrap;
		max-width: none;
	}

	.tree-barber-equipment-details__cta-actions .wp-element-button {
		width: auto;
	}
}

@media (max-width: 599px) {
	.tree-barber-equipment-details__breadcrumbs,
	.tree-barber-equipment-details__hero,
	.tree-barber-equipment-details__application,
	.tree-barber-equipment-details__description,
	.tree-barber-equipment-details__parameters,
	.tree-barber-equipment-details__logistics,
	.tree-barber-equipment-details__rules,
	.tree-barber-equipment-details__gallery {
		padding-left: var(--wp--preset--spacing--30);
		padding-right: var(--wp--preset--spacing--30);
	}
}

/* -------------------------------------------------------------------------
 * Strona Realizacje
 * ---------------------------------------------------------------------- */

.tree-barber-works-hero {
	overflow: hidden;
}

.tree-barber-works-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-works-hero .wp-block-button__link,
.tree-barber-works-cta .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.tree-barber-works-hero .is-style-outline .wp-block-button__link,
.tree-barber-works-cta .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
	color: var(--wp--preset--color--on-dark);
}

.tree-barber-works-intro p,
.tree-barber-works-grid p,
.tree-barber-works-card p,
.tree-barber-works-process p,
.tree-barber-works-process-step p,
.tree-barber-works-area p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

.tree-barber-works-grid .wp-block-columns {
	align-items: stretch !important;
	margin-bottom: var(--wp--preset--spacing--40);
}

.tree-barber-works-grid .wp-block-columns:last-of-type {
	margin-bottom: 0;
}

.tree-barber-works-card {
	align-self: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: auto;
	min-width: 0;
	width: 100%;
}

.tree-barber-works-card .wp-block-image {
	margin-bottom: var(--wp--preset--spacing--30);
}

.tree-barber-works-card .wp-block-image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.tree-barber-works-card .wp-block-heading {
	margin-top: 0;
}

.tree-barber-works-process-step {
	min-width: 0;
}

.tree-barber-works-cta .is-style-outline .wp-block-button__link:hover,
.tree-barber-works-cta .is-style-outline .wp-block-button__link:focus-visible {
	background: rgba(247, 243, 235, 0.12);
	color: var(--wp--preset--color--on-dark);
}

.tree-barber-works-cta .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--on-dark);
	outline-offset: 3px;
}

@media (max-width: 899px) {
	.tree-barber-works-grid .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-works-grid .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}

	.tree-barber-works-process .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-works-process .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}
}

@media (max-width: 781px) {
	.tree-barber-works-card {
		align-self: auto;
		height: auto;
	}
}

@media (max-width: 599px) {
	.tree-barber-works-hero {
		min-height: 520px;
	}

	.tree-barber-works-grid .wp-block-column,
	.tree-barber-works-process .wp-block-column {
		flex-basis: 100%;
	}

	.tree-barber-works-hero .wp-block-buttons,
	.tree-barber-works-cta .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-works-hero .wp-block-button,
	.tree-barber-works-cta .wp-block-button {
		width: 100%;
	}

	.tree-barber-works-hero .wp-block-button__link,
	.tree-barber-works-cta .wp-block-button__link {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------
 * Strona O firmie
 * ---------------------------------------------------------------------- */

.tree-barber-about-hero {
	overflow: hidden;
}

.tree-barber-about-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-about-hero .wp-block-button__link,
.tree-barber-about-cta .wp-block-button__link {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	min-height: 44px;
	min-width: 44px;
}

.tree-barber-about-hero .is-style-outline .wp-block-button__link,
.tree-barber-about-cta .is-style-outline .wp-block-button__link {
	background: transparent;
	border-color: currentColor;
	color: var(--wp--preset--color--on-dark);
}

.tree-barber-about-intro p,
.tree-barber-about-scope p,
.tree-barber-about-card p,
.tree-barber-about-process p,
.tree-barber-about-process-step p,
.tree-barber-about-reasons p,
.tree-barber-about-area p,
.tree-barber-about-funding p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

.tree-barber-about-scope .wp-block-columns {
	align-items: stretch !important;
}

.tree-barber-about-card {
	align-self: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: auto;
	min-width: 0;
	width: 100%;
}

.tree-barber-about-card .wp-block-image {
	margin-bottom: var(--wp--preset--spacing--30);
}

.tree-barber-about-card .wp-block-image img {
	aspect-ratio: 4 / 3;
	border-radius: 8px;
	display: block;
	height: auto;
	max-width: 100%;
	object-fit: cover;
	width: 100%;
}

.tree-barber-about-card .wp-block-heading {
	margin-top: 0;
}

.tree-barber-about-card a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tree-barber-about-card a:hover,
.tree-barber-about-card a:focus-visible {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-about-card a:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}

.tree-barber-about-process .wp-block-columns {
	align-items: stretch !important;
}

.tree-barber-about-process-step {
	height: auto;
	min-width: 0;
}

.tree-barber-about-reasons__list {
	margin: 0;
	padding-left: 1.25rem;
}

.tree-barber-about-reasons__list li {
	margin-bottom: var(--wp--preset--spacing--30);
}

.tree-barber-about-reasons__list li:last-child {
	margin-bottom: 0;
}

.tree-barber-about-area a,
.tree-barber-about-funding__link {
	color: var(--wp--preset--color--primary);
	display: inline-flex;
	align-items: center;
	min-height: 44px;
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tree-barber-about-area a:hover,
.tree-barber-about-area a:focus-visible,
.tree-barber-about-funding__link:hover,
.tree-barber-about-funding__link:focus-visible {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-about-area a:focus-visible,
.tree-barber-about-funding__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}

.tree-barber-about-funding-logos {
	margin-top: var(--wp--preset--spacing--40);
	margin-bottom: var(--wp--preset--spacing--40);
	width: 100%;
}

.tree-barber-about-funding-logos .wp-block-image,
.tree-barber-about-funding-logos .tree-barber-about-funding-logo {
	flex: 1 1 10rem;
	margin: 0;
	max-width: 14rem;
	min-width: 8rem;
}

.tree-barber-about-funding-logos .wp-block-image img {
	display: block;
	height: auto;
	max-height: 5.5rem;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.tree-barber-about-cta .is-style-outline .wp-block-button__link:hover,
.tree-barber-about-cta .is-style-outline .wp-block-button__link:focus-visible {
	background: rgba(247, 243, 235, 0.12);
	color: var(--wp--preset--color--on-dark);
}

.tree-barber-about-cta .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--on-dark);
	outline-offset: 3px;
}

@media (min-width: 782px) {
	.tree-barber-about-card .tree-barber-about-card__link {
		margin-top: auto;
	}
}

@media (max-width: 899px) {
	.tree-barber-about-scope .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-about-scope .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}

	.tree-barber-about-process .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-about-process .wp-block-column {
		flex-basis: calc(50% - var(--wp--preset--spacing--20));
	}
}

@media (max-width: 781px) {
	.tree-barber-about-card {
		align-self: auto;
		height: auto;
	}
}

@media (max-width: 599px) {
	.tree-barber-about-hero {
		min-height: 520px;
	}

	.tree-barber-about-scope .wp-block-column,
	.tree-barber-about-process .wp-block-column {
		flex-basis: 100%;
	}

	.tree-barber-about-funding-logos .wp-block-image,
	.tree-barber-about-funding-logos .tree-barber-about-funding-logo {
		flex-basis: 100%;
		max-width: 12rem;
	}

	.tree-barber-about-hero .wp-block-buttons,
	.tree-barber-about-cta .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-about-hero .wp-block-button,
	.tree-barber-about-cta .wp-block-button {
		width: 100%;
	}

	.tree-barber-about-hero .wp-block-button__link,
	.tree-barber-about-cta .wp-block-button__link {
		width: 100%;
	}
}

/* -------------------------------------------------------------------------
 * Polityka prywatności
 * ---------------------------------------------------------------------- */

.tree-barber-privacy {
	max-width: 100%;
}

.tree-barber-privacy > .wp-block-heading,
.tree-barber-privacy-section > .wp-block-heading {
	color: var(--wp--preset--color--heading);
}

.tree-barber-privacy p,
.tree-barber-privacy li {
	color: var(--wp--preset--color--text);
	line-height: 1.65;
}

.tree-barber-privacy-toc {
	margin: 0 0 var(--wp--preset--spacing--50);
	padding-left: 1.25rem;
}

.tree-barber-privacy-toc li {
	margin-bottom: var(--wp--preset--spacing--20);
}

.tree-barber-privacy-toc a,
.tree-barber-privacy a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tree-barber-privacy-toc a:hover,
.tree-barber-privacy-toc a:focus-visible,
.tree-barber-privacy a:hover,
.tree-barber-privacy a:focus-visible {
	color: var(--wp--preset--color--primary-hover);
}

.tree-barber-privacy-toc a:focus-visible,
.tree-barber-privacy a:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary);
	outline-offset: 3px;
}

.tree-barber-privacy-section {
	margin-top: var(--wp--preset--spacing--60);
	scroll-margin-top: 5rem;
}

.tree-barber-privacy-section:first-of-type {
	margin-top: var(--wp--preset--spacing--50);
}

.tree-barber-privacy-contact {
	padding: var(--wp--preset--spacing--40);
	border: 1px solid var(--wp--preset--color--border);
	border-radius: 8px;
	background: var(--wp--preset--color--surface);
}

.tree-barber-privacy-table {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: var(--wp--preset--spacing--40) 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.tree-barber-privacy-table table {
	width: 100%;
	min-width: 18rem;
	border-collapse: collapse;
}

.tree-barber-privacy-table th,
.tree-barber-privacy-table td {
	padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--30);
	border: 1px solid var(--wp--preset--color--border);
	text-align: left;
	vertical-align: top;
}

.tree-barber-privacy-table th {
	background: var(--wp--preset--color--background-muted);
	color: var(--wp--preset--color--heading);
	font-weight: 600;
}

.tree-barber-privacy code {
	font-size: 0.95em;
	word-break: break-word;
}

@media (max-width: 599px) {
	.tree-barber-privacy {
		padding-left: var(--wp--preset--spacing--30);
		padding-right: var(--wp--preset--spacing--30);
	}

	.tree-barber-privacy-contact {
		padding: var(--wp--preset--spacing--30);
	}
}

/* -------------------------------------------------------------------------
 * Strona Kontakt
 * ---------------------------------------------------------------------- */

.tree-barber-contact-hero {
	overflow: hidden;
}

.tree-barber-contact-hero .wp-block-cover__inner-container {
	width: 100%;
}

.tree-barber-contact-hero .wp-block-button__link,
.tree-barber-contact-cta .wp-block-button__link {
	min-height: 44px;
	min-width: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.tree-barber-contact-hero .is-style-outline .wp-block-button__link,
.tree-barber-contact-cta .is-style-outline .wp-block-button__link {
	color: var(--wp--preset--color--on-dark);
	border-color: var(--wp--preset--color--on-dark);
}

.tree-barber-contact-details p,
.tree-barber-contact-detail-card p,
.tree-barber-contact-checklist p,
.tree-barber-contact-checklist__list li,
.tree-barber-contact-form-section p,
.tree-barber-contact-area p,
.tree-barber-contact-links p,
.tree-barber-contact-link-card p {
	color: var(--wp--preset--color--text);
	opacity: 1;
}

.tree-barber-contact-details .wp-block-columns,
.tree-barber-contact-links .wp-block-columns {
	align-items: stretch !important;
}

.tree-barber-contact-detail-card,
.tree-barber-contact-link-card {
	align-self: stretch;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: auto;
	min-width: 0;
	width: 100%;
}

.tree-barber-contact-detail-card .wp-block-heading,
.tree-barber-contact-link-card .wp-block-heading {
	margin-top: 0;
	color: var(--wp--preset--color--heading);
}

.tree-barber-contact-detail-card a,
.tree-barber-contact-link-card a {
	color: var(--wp--preset--color--primary);
	text-decoration: underline;
	text-underline-offset: 0.15em;
}

.tree-barber-contact-detail-card a:hover,
.tree-barber-contact-detail-card a:focus-visible,
.tree-barber-contact-link-card a:hover,
.tree-barber-contact-link-card a:focus-visible {
	color: var(--wp--preset--color--primary-hover, #4a6b30);
}

.tree-barber-contact-detail-card a:focus-visible,
.tree-barber-contact-link-card a:focus-visible,
.tree-barber-contact-hero .wp-block-button__link:focus-visible,
.tree-barber-contact-cta .wp-block-button__link:focus-visible {
	outline: 2px solid var(--wp--preset--color--primary, #3f5a28);
	outline-offset: 3px;
}

.tree-barber-contact-cta .wp-block-button__link:focus-visible {
	outline-color: var(--wp--preset--color--on-dark);
}

.tree-barber-contact-checklist__list {
	margin-top: var(--wp--preset--spacing--30);
	max-width: 42rem;
}

.tree-barber-contact-checklist__list li {
	margin-bottom: var(--wp--preset--spacing--20);
}

.tree-barber-contact-checklist__list li:last-child {
	margin-bottom: 0;
}

.tree-barber-contact-form-section__form {
	margin-top: var(--wp--preset--spacing--40);
	max-width: 42rem;
}

.tree-barber-contact-cta .is-style-outline .wp-block-button__link:hover,
.tree-barber-contact-cta .is-style-outline .wp-block-button__link:focus-visible {
	background: rgba(247, 243, 235, 0.12);
	color: var(--wp--preset--color--on-dark);
}

@media (min-width: 782px) {
	.tree-barber-contact-link-card .tree-barber-contact-link-card__link {
		margin-top: auto;
	}
}

@media (max-width: 781px) {
	.tree-barber-contact-detail-card,
	.tree-barber-contact-link-card {
		align-self: auto;
		height: auto;
	}

	.tree-barber-contact-details .wp-block-columns,
	.tree-barber-contact-links .wp-block-columns {
		flex-wrap: wrap;
	}

	.tree-barber-contact-details .wp-block-column,
	.tree-barber-contact-links .wp-block-column {
		flex-basis: 100%;
	}
}

@media (max-width: 599px) {
	.tree-barber-contact-hero {
		min-height: 520px;
	}

	.tree-barber-contact-hero .wp-block-buttons,
	.tree-barber-contact-cta .wp-block-buttons {
		width: 100%;
	}

	.tree-barber-contact-hero .wp-block-button,
	.tree-barber-contact-cta .wp-block-button {
		width: 100%;
	}

	.tree-barber-contact-hero .wp-block-button__link,
	.tree-barber-contact-cta .wp-block-button__link {
		width: 100%;
	}
}
