/* WhiteFalcon Crafts theme styles */

@font-face {
	font-family: "Bricolage Grotesque";
	src: url("../fonts/bricolage-grotesque-latin-wght-normal.woff2") format("woff2");
	font-weight: 200 800;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "Figtree";
	src: url("../fonts/figtree-latin-wght-normal.woff2") format("woff2");
	font-weight: 300 900;
	font-style: normal;
	font-display: swap;
}

:root {
	--wf-bg: #FCFAF7;
	--wf-surface: #FFFFFF;
	--wf-ink: #1A0E0D;
	--wf-ink-2: #3D2F2B;
	--wf-muted: #5B4A44;
	--wf-muted-2: #6B5A55;
	--wf-line: #EADDD2;
	--wf-line-2: #E3D5C9;
	--wf-accent: #C2531A;
	--wf-accent-hover: #A94715;
	--wf-accent-ink: #B24C14;
	--wf-red: #722413;
	--wf-red-hover: #5A1B0E;
	--wf-bar: #F89B22;
	--wf-highlight: #D86A27;
	--wf-cream: #F6EEE5;
	--wf-cream-light: #FBF6F0;
	--wf-tint: #FFF1E6;
	--wf-tint-2: #FFF4EA;
	--wf-footer: #2B1714;
	--wf-footer-ink: #E6D5CB;
	--wf-footer-muted: #CDB8AE;
	--wf-success: #1E5B35;
	--wf-error: #B3261E;
	--wf-font-display: "Bricolage Grotesque", "Figtree", system-ui, sans-serif;
	--wf-font-body: "Figtree", system-ui, -apple-system, "Segoe UI", sans-serif;
	--wf-radius-sm: 10px;
	--wf-radius: 14px;
	--wf-radius-lg: 20px;
	--wf-shadow: 0 18px 40px rgba(114, 36, 19, 0.14);
	--wf-shadow-soft: 0 14px 34px rgba(114, 36, 19, 0.08);
}

/* Base */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
	margin: 0;
	background: var(--wf-bg);
	color: var(--wf-ink);
	font-family: var(--wf-font-body);
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img { max-width: 100%; height: auto; }
a { color: inherit; }
:where(h1, h2, h3, h4) { font-family: var(--wf-font-display); line-height: 1.15; margin: 0; }
:where(p) { margin: 0; }
:where(ul.wf-ticks, ul.wf-footer__links, ul.wf-nav__list, ul.wf-mobile-menu__list) { list-style: none; margin: 0; padding: 0; }
.wf-icon { flex-shrink: 0; }

a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, summary:focus-visible {
	outline: 3px solid var(--wf-accent);
	outline-offset: 2px;
}

.screen-reader-text {
	border: 0; clip: rect(1px, 1px, 1px, 1px); clip-path: inset(50%); height: 1px; margin: -1px;
	overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;
}
.wf-skip {
	position: absolute; left: 12px; top: -60px; z-index: 1000;
	background: var(--wf-surface); color: var(--wf-ink); padding: 10px 16px; border-radius: var(--wf-radius-sm);
	font-weight: 700; text-decoration: none;
}
.wf-skip:focus { top: 12px; }

.wf-container { width: min(100% - 40px, 1200px); margin-inline: auto; }
.wf-container--narrow { width: min(100% - 40px, 820px); }

/* Buttons */
.wf-btn {
	display: inline-flex; align-items: center; justify-content: center; gap: 10px;
	min-height: 48px; padding: 0 20px; border-radius: 12px; border: 2px solid transparent;
	font-family: var(--wf-font-body); font-size: 15px; font-weight: 700; line-height: 1.2;
	text-decoration: none; cursor: pointer; transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.wf-btn--lg { min-height: 56px; padding: 0 22px; border-radius: var(--wf-radius); }
.wf-btn--primary { background: var(--wf-accent); color: #FFFFFF; }
.wf-btn--primary:hover { background: var(--wf-accent-hover); color: #FFFFFF; }
.wf-btn--outline { background: var(--wf-surface); color: var(--wf-red); border-color: var(--wf-red); }
.wf-btn--outline:hover { background: var(--wf-tint-2); color: var(--wf-red); }
.wf-btn--dark { background: var(--wf-red); color: #FFFFFF; }
.wf-btn--dark:hover { background: var(--wf-red-hover); color: #FFFFFF; }

/* Promo bar */
.wf-promo { background: var(--wf-red); color: #FFF3E8; font-size: 14px; font-weight: 500; }
.wf-promo__row { min-height: 40px; display: flex; align-items: center; justify-content: center; gap: 10px; padding-block: 8px; text-align: center; }
.wf-promo__link { font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }
.wf-promo__link:hover { color: #FFFFFF; }

/* Header */
.wf-header { background: var(--wf-surface); border-bottom: 1px solid #EFE5DC; position: relative; z-index: 20; }
.wf-header__row { display: grid; grid-template-columns: auto minmax(0, 1fr) auto; align-items: center; gap: 48px; min-height: 112px; }
.wf-header .wf-menu-toggle { display: none; }
.wf-menu-toggle__close { display: none; }
.wf-logo { display: flex; }
.wf-logo .custom-logo-link { display: flex; }
.wf-logo .custom-logo { height: 94px; width: auto; display: block; }
.wf-logo__text { font-family: var(--wf-font-display); font-weight: 800; font-size: 26px; color: var(--wf-red); text-decoration: none; }

.wf-search {
	display: flex; align-items: center; gap: 8px; height: 50px; padding: 0 5px 0 22px;
	border: 2px solid #F6CDA3; border-radius: 999px; background: var(--wf-surface);
}
.wf-search:focus-within { border-color: var(--wf-accent); box-shadow: 0 0 0 3px rgba(194, 83, 26, .18); }
.wf-search input[type="search"] {
	flex: 1; min-width: 0; height: 100%; border: 0; outline: none; background: transparent;
	font: inherit; font-size: 15px; color: var(--wf-ink);
}
.wf-search input[type="search"]::-webkit-search-cancel-button { cursor: pointer; }
.wf-search button {
	width: 48px; height: 38px; flex-shrink: 0; border: 0; border-radius: 999px; cursor: pointer;
	background: var(--wf-accent); color: #FFFFFF; display: flex; align-items: center; justify-content: center;
}
.wf-search button:hover { background: var(--wf-accent-hover); }

.wf-account { display: flex; align-items: center; gap: 6px; }
.wf-iconbtn {
	width: 46px; height: 46px; border-radius: 999px; border: 0; background: transparent; color: var(--wf-ink-2);
	display: inline-flex; align-items: center; justify-content: center; cursor: pointer; text-decoration: none;
}
.wf-iconbtn:hover { background: var(--wf-tint-2); }
.wf-cart {
	height: 46px; display: inline-flex; align-items: center; gap: 12px; padding: 0 18px 0 14px;
	border-radius: 999px; background: var(--wf-tint-2); color: var(--wf-ink); font-weight: 700; font-size: 15px; text-decoration: none;
}
.wf-cart:hover { background: var(--wf-tint); }
.wf-cart__icon { position: relative; display: flex; }
.wf-cart__count {
	position: absolute; top: -6px; right: -9px; min-width: 18px; height: 18px; padding: 0 5px; border-radius: 999px;
	background: var(--wf-accent); color: #FFFFFF; font-size: 11px; font-weight: 800; line-height: 18px; text-align: center;
}

.wf-mobile-menu { display: none; }

/* Orange menu bar */
.wf-nav { background: var(--wf-bar); }
.wf-nav__row { display: flex; align-items: stretch; min-height: 52px; gap: 16px; }
.wf-nav__list { display: flex; align-items: stretch; gap: 4px; }
.wf-nav__list > li { display: flex; }
.wf-nav__list a {
	display: flex; align-items: center; padding: 0 16px; font-size: 15px; font-weight: 600; color: var(--wf-ink);
	text-decoration: none; white-space: nowrap;
}
.wf-nav__list a:hover { background: rgba(255, 255, 255, .3); }
.wf-nav__list .current-menu-item > a,
.wf-nav__list .current_page_item > a,
.wf-nav__list .current-menu-ancestor > a { font-weight: 800; box-shadow: inset 0 -3px 0 var(--wf-red); }
.wf-nav__note { margin-left: auto; display: flex; align-items: center; gap: 8px; font-size: 14px; font-weight: 700; color: #3A1A10; white-space: nowrap; }

/* Hero */
.wf-hero {
	background-color: #ECE7E3;
	background-image: var(--wf-hero-bg, none);
	background-size: cover;
	background-position: 25% center;
	background-repeat: no-repeat;
}
.wf-hero__row { min-height: 540px; display: flex; align-items: center; gap: 40px; padding-block: 40px; }
.wf-hero__copy { width: 540px; flex-shrink: 0; display: flex; flex-direction: column; gap: 20px; }
.wf-pill {
	align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 8px 16px 8px 12px;
	border-radius: 999px; background: var(--wf-surface); border: 1px solid var(--wf-line);
	font-size: 14px; font-weight: 700; color: var(--wf-red);
}
.wf-pill .wf-icon { color: var(--wf-highlight); }
.wf-hero__title { font-size: 56px; line-height: 1.04; letter-spacing: -0.02em; font-weight: 800; color: var(--wf-ink); text-wrap: balance; }
.wf-hero__highlight { color: var(--wf-accent); }
.wf-hero__text { font-size: 20px; line-height: 1.5; color: var(--wf-muted); max-width: 460px; }
.wf-hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.wf-ticks { display: flex; flex-wrap: wrap; gap: 10px 22px; font-size: 15px; font-weight: 600; color: var(--wf-ink-2); }
.wf-ticks li { display: flex; align-items: center; gap: 8px; }
.wf-ticks .wf-icon { color: var(--wf-accent); }
.wf-hero__art { flex-shrink: 0; width: 560px; }
.wf-hero__art img { display: block; width: 100%; height: auto; }

/* Brand quote */
.wf-quote { background: var(--wf-surface); }
.wf-quote__inner { max-width: 1000px; padding-block: 88px; display: flex; flex-direction: column; align-items: center; gap: 20px; text-align: center; }
.wf-quote .wf-icon { color: var(--wf-highlight); }
.wf-quote__text { font-family: var(--wf-font-display); font-size: 29px; line-height: 1.42; font-weight: 600; color: var(--wf-red); text-wrap: pretty; }
.wf-quote__signoff { font-size: 18px; font-weight: 700; color: var(--wf-muted-2); }

/* Categories */
.wf-categories { background: var(--wf-cream-light); padding-block: 88px 96px; }
.wf-section-title { font-size: 40px; line-height: 1.1; letter-spacing: -0.015em; font-weight: 800; color: var(--wf-ink); margin-bottom: 36px; }
.wf-cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.wf-card {
	display: flex; flex-direction: column; background: var(--wf-surface); border: 1px solid #EFE3D8;
	border-radius: var(--wf-radius-lg); overflow: hidden; transition: transform .25s ease, box-shadow .25s ease;
}
.wf-card:hover { transform: translateY(-4px); box-shadow: var(--wf-shadow); }
.wf-card__media { display: block; }
.wf-card__media img { display: block; width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.wf-card__body { flex: 1; padding: 26px 28px 30px; display: flex; flex-direction: column; gap: 10px; }
.wf-card__title { font-size: 27px; line-height: 1.15; font-weight: 800; color: var(--wf-accent); }
.wf-card__text { flex: 1; font-size: 16px; color: var(--wf-muted); }
.wf-card .wf-btn { margin-top: 12px; align-self: flex-start; }

/* Newsletter */
.wf-newsletter { background: var(--wf-bar); }
.wf-newsletter__row { display: flex; align-items: center; gap: 24px; padding-block: 36px; }
.wf-newsletter__icon {
	width: 60px; height: 60px; flex-shrink: 0; border-radius: 999px; background: var(--wf-surface); color: var(--wf-red);
	display: flex; align-items: center; justify-content: center;
}
.wf-newsletter__copy { flex: 1; display: flex; flex-direction: column; gap: 2px; }
.wf-newsletter__copy h2 { font-size: 28px; line-height: 1.2; font-weight: 800; color: var(--wf-ink); }
.wf-newsletter__copy p { font-size: 17px; color: #2E1810; }
.wf-newsletter__message { margin-top: 6px !important; font-weight: 700; }
.wf-newsletter__form {
	width: 500px; flex-shrink: 0; display: flex; gap: 6px; padding: 6px; border-radius: 999px; background: var(--wf-surface);
}
.wf-newsletter__form input[type="email"] {
	flex: 1; min-width: 0; height: 48px; border: 0; outline: none; padding: 0 18px; border-radius: 999px;
	background: transparent; font: inherit; font-size: 16px; color: var(--wf-ink);
}
.wf-newsletter__form:focus-within { box-shadow: 0 0 0 3px var(--wf-accent); }
.wf-newsletter__form .wf-btn { border-radius: 999px; padding: 0 28px; }
.wf-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

/* Footer */
.wf-footer { background: var(--wf-footer); color: #F6EDE6; padding-block: 64px 32px; }
.wf-footer__grid { display: grid; grid-template-columns: 1.3fr 1fr 1fr 1fr; gap: 32px; }
.wf-footer__brand { display: flex; flex-direction: column; gap: 14px; }
.wf-footer__logo { display: inline-flex; color: #FFFFFF; text-decoration: none; font-family: var(--wf-font-display); font-weight: 800; font-size: 26px; }
.wf-footer__logo img { width: 210px; height: auto; display: block; }
.wf-footer__brand p { font-size: 15px; color: var(--wf-footer-muted); max-width: 270px; }
.wf-footer__label { font-family: var(--wf-font-body); font-size: 14px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: var(--wf-bar); margin-bottom: 14px; }
.wf-footer__links { display: flex; flex-direction: column; gap: 12px; font-size: 15px; color: var(--wf-footer-ink); }
.wf-footer__links a { color: var(--wf-footer-ink); text-decoration: none; }
.wf-footer__links a:hover { color: #FFFFFF; text-decoration: underline; }
.wf-footer__bottom {
	margin-top: 48px; padding-top: 24px; border-top: 1px solid #4A302A;
	display: flex; flex-wrap: wrap; justify-content: space-between; gap: 8px; font-size: 14px; color: var(--wf-footer-muted);
}

/* Pages */
.wf-page { padding-block: 48px 88px; }
.wf-page__title { font-size: 44px; line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; color: var(--wf-red); margin-bottom: 24px; }
.wf-entry + .wf-entry { margin-top: 40px; }
.wf-entry__title { font-size: 26px; margin-bottom: 8px; }
.wf-entry__title a { text-decoration: none; }
.wf-content { font-size: 17px; line-height: 1.65; }
.wf-content > * + * { margin-top: 1em; }
.wf-content a { color: var(--wf-accent-ink); text-decoration: underline; text-underline-offset: 3px; }
.wf-empty { font-size: 17px; color: var(--wf-muted); }
.wf-empty a { color: var(--wf-accent-ink); font-weight: 700; }
.wf-404 { display: flex; flex-direction: column; gap: 20px; }
.wf-404 .wf-page__title { margin-bottom: 0; }

/* WooCommerce */
.wf-shop { padding-block: 28px 88px; }
.wf-breadcrumb { font-size: 14px; color: var(--wf-muted-2); margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 8px; }
.wf-breadcrumb a { text-decoration: underline; text-underline-offset: 3px; }
.woocommerce-products-header__title.page-title,
.wf-shop .product_title { font-family: var(--wf-font-display); font-size: 44px; line-height: 1.08; letter-spacing: -0.02em; font-weight: 800; color: var(--wf-red); margin: 0 0 20px; }
.woocommerce ul.products { display: grid !important; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; margin: 0; padding: 0; }
.woocommerce ul.products::before, .woocommerce ul.products::after { display: none !important; }
.woocommerce ul.products li.product {
	width: auto !important; margin: 0 !important; float: none !important; background: var(--wf-surface);
	border: 1px solid #EFE3D8; border-radius: var(--wf-radius-lg); overflow: hidden; padding-bottom: 20px !important;
}
.woocommerce ul.products li.product a img { margin: 0 0 14px !important; aspect-ratio: 1 / 1; object-fit: cover; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { font-family: var(--wf-font-display); font-size: 20px !important; font-weight: 800; padding: 0 20px !important; color: var(--wf-ink); }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--wf-red) !important; font-weight: 700; font-size: 16px !important; }
.woocommerce ul.products li.product .button { margin: 10px 20px 0 !important; }
.woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit,
.woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
	background: var(--wf-accent); color: #FFFFFF; border-radius: 12px; padding: 13px 20px; font-family: var(--wf-font-body);
	font-weight: 700; font-size: 15px; line-height: 1.2; border: 0;
}
.woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover,
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover { background: var(--wf-accent-hover); color: #FFFFFF; }
.woocommerce div.product p.price, .woocommerce div.product span.price { color: var(--wf-red); font-weight: 700; }
.woocommerce-message, .woocommerce-info { border-top-color: var(--wf-accent) !important; background: var(--wf-tint-2) !important; color: var(--wf-ink) !important; }
.woocommerce-message::before, .woocommerce-info::before { color: var(--wf-accent) !important; }
.woocommerce-error { border-top-color: var(--wf-error) !important; }
.woocommerce .woocommerce-ordering select, .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
	border: 2px solid var(--wf-line-2); border-radius: 12px; padding: 10px 14px; font: inherit;
}

/* Tablet and down */
@media (max-width: 1100px) {
	.wf-header__row { gap: 28px; }
	.wf-hero__copy { width: 480px; }
	.wf-hero__art { width: 460px; }
	.wf-hero__title { font-size: 48px; }
	.wf-newsletter__form { width: 420px; }
}

@media (max-width: 900px) {
	.wf-container, .wf-container--narrow { width: min(100% - 32px, 1200px); }

	.wf-promo { font-size: 13px; }

	.wf-header__row {
		grid-template-columns: 44px minmax(0, 1fr) auto;
		grid-template-areas: "toggle logo account" "search search search";
		gap: 12px 8px; min-height: 0; padding-block: 6px 14px;
	}
	.wf-header .wf-menu-toggle { display: inline-flex; grid-area: toggle; width: 44px; height: 44px; border-radius: 12px; color: var(--wf-ink); }
	.wf-menu-toggle[aria-expanded="true"] .wf-menu-toggle__open { display: none; }
	.wf-menu-toggle[aria-expanded="true"] .wf-menu-toggle__close { display: inline-flex; }
	.wf-logo { grid-area: logo; justify-content: center; }
	.wf-logo .custom-logo { height: 61px; }
	.wf-search { grid-area: search; height: 46px; padding: 0 4px 0 16px; }
	.wf-search input[type="search"] { font-size: 16px; }
	.wf-search button { width: 44px; height: 36px; }
	.wf-account { grid-area: account; justify-content: flex-end; }
	.wf-account__user { display: none; }
	.wf-cart { width: 44px; height: 44px; padding: 0; justify-content: center; background: transparent; border-radius: 12px; }
	.wf-cart__total { display: none; }
	.wf-cart__count { top: -4px; right: -8px; }

	.wf-mobile-menu:not([hidden]) {
		display: block; position: absolute; left: 0; right: 0; top: 100%;
		background: var(--wf-surface); border-bottom: 1px solid #EFE5DC; box-shadow: 0 18px 30px rgba(26, 14, 13, .14);
		padding: 6px 20px 18px;
	}
	.wf-mobile-menu__list a, .wf-mobile-menu__account {
		min-height: 54px; display: flex; align-items: center; justify-content: space-between; gap: 10px;
		border-bottom: 1px solid #F3EAE2; font-size: 17px; font-weight: 600; color: var(--wf-ink); text-decoration: none;
	}
	.wf-mobile-menu__list .current-menu-item > a { font-weight: 800; }
	.wf-mobile-menu__account { justify-content: flex-start; border-bottom: 0; }

	.wf-nav { overflow-x: auto; scrollbar-width: none; }
	.wf-nav::-webkit-scrollbar { display: none; }
	.wf-nav__row { width: max-content; min-height: 48px; padding-inline: 6px; gap: 0; margin: 0; }
	.wf-nav__list { gap: 0; }
	.wf-nav__list a { padding: 0 12px; font-size: 14px; }
	.wf-nav__note { display: none; }

	.wf-hero {
		background-image: var(--wf-hero-bg-m, var(--wf-hero-bg, none));
		background-position: 45% bottom;
	}
	.wf-hero__row { min-height: 0; flex-direction: column; align-items: stretch; gap: 16px; padding-block: 28px 32px; }
	.wf-hero__copy { display: contents; }
	.wf-pill { order: 1; font-size: 13px; padding: 7px 14px 7px 10px; }
	.wf-hero__title { order: 2; font-size: 38px; line-height: 1.06; }
	.wf-hero__text { order: 3; font-size: 18px; }
	.wf-hero__art { order: 4; width: 100%; margin: 2px 0 4px; }
	.wf-hero__actions { order: 5; flex-direction: column; gap: 10px; }
	.wf-hero__actions .wf-btn { width: 100%; min-height: 54px; }
	.wf-ticks { order: 6; padding: 12px 14px; border-radius: var(--wf-radius); background: rgba(255, 255, 255, .9); font-size: 14px; gap: 8px 18px; }

	.wf-quote__inner { padding-block: 56px; gap: 16px; }
	.wf-quote .wf-icon { width: 34px; height: 34px; }
	.wf-quote__text { font-size: 21px; line-height: 1.45; }
	.wf-quote__signoff { font-size: 16px; }

	.wf-categories { padding-block: 48px 56px; }
	.wf-section-title { font-size: 30px; margin-bottom: 24px; }
	.wf-cards { grid-template-columns: minmax(0, 1fr); gap: 20px; }
	.wf-card__media img { aspect-ratio: 4 / 3; }
	.wf-cards .wf-card:first-child .wf-card__media img { object-position: 50% 20%; }
	.wf-card__body { padding: 20px 20px 22px; gap: 8px; }
	.wf-card__title { font-size: 24px; }
	.wf-card .wf-btn { align-self: stretch; margin-top: 10px; }

	.wf-newsletter__row { flex-direction: column; align-items: stretch; gap: 16px; padding-block: 36px 40px; }
	.wf-newsletter__icon { width: 52px; height: 52px; }
	.wf-newsletter__copy h2 { font-size: 24px; }
	.wf-newsletter__form { width: auto; flex-direction: column; gap: 10px; padding: 0; background: transparent; border-radius: 0; }
	.wf-newsletter__form:focus-within { box-shadow: none; }
	.wf-newsletter__form input[type="email"] { flex: none; height: 54px; background: var(--wf-surface); padding: 0 20px; }
	.wf-newsletter__form input[type="email"]:focus-visible { outline: 3px solid var(--wf-accent); outline-offset: 2px; }
	.wf-newsletter__form .wf-btn { min-height: 54px; }

	.wf-footer { padding-block: 44px 28px; }
	.wf-footer__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px 24px; }
	.wf-footer__brand, .wf-footer__grid > .wf-footer__col:last-child { grid-column: 1 / -1; }
	.wf-footer__logo img { width: 190px; }
	.wf-footer__links { gap: 4px; }
	.wf-footer__links li { min-height: 36px; display: flex; align-items: center; }
	.wf-footer__bottom { margin-top: 32px; font-size: 13px; }

	.wf-page { padding-block: 32px 64px; }
	.wf-page__title, .woocommerce-products-header__title.page-title, .wf-shop .product_title { font-size: 34px; }
	.woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; }
}

/* Tablet portrait: category cards sit side by side with their image instead of stacking huge squares. */
@media (min-width: 600px) and (max-width: 900px) {
	.wf-card { flex-direction: row; }
	.wf-card__media { flex: 0 0 42%; position: relative; min-height: 250px; }
	.wf-card__media img { position: absolute; inset: 0; width: 100%; height: 100%; aspect-ratio: auto; }
	.wf-card__body { justify-content: center; padding: 24px 26px; }
	.wf-card__text { flex: 0 0 auto; }
	.wf-card .wf-btn { align-self: flex-start; }
}

@media (max-width: 520px) {
	.woocommerce ul.products { grid-template-columns: minmax(0, 1fr); }
}

@media (prefers-reduced-motion: reduce) {
	*, *::before, *::after { transition: none !important; animation: none !important; scroll-behavior: auto !important; }
	.wf-card:hover { transform: none; }
}
