/*
Theme Name: Fronds
Theme URI: https://fronds.co.nz/
Author: WebAddress
Description: Native WordPress block theme for the Fronds enquiry catalogue.
Requires at least: 7.0
Requires PHP: 8.1
Version: 0.1.0
Text Domain: fronds
*/

/*
THESIS: A shaded nursery visit becomes a clear, useful catalogue journey.
OWN-WORLD: Fern green, warm paper, exact plant imagery, botanical type and fine rules.
STORY: Recognise the specialist nursery, browse plants, select exact grades, enquire.
FIRST VIEWPORT: Compact canopy navigation above a paper-and-photograph introduction.
FORM: Established-world rebuild; native blocks replace Bricks without changing product truth.
*/

:root {
	--fronds-forest: #193b2b;
	--fronds-fern: #2f6042;
	--fronds-leaf: #5e7d52;
	--fronds-copper: #9f5034;
	--fronds-copper-dark: #7f3f2a;
	--fronds-copper-soft: #f0ddd1;
	--fronds-paper: #f3eedd;
	--fronds-paper-light: #faf8f0;
	--fronds-ink: #17231b;
	--fronds-muted: #58645c;
	--fronds-rule: #ccd2c8;
	--fronds-error: #8a2e2e;
	--fronds-success: #245c3b;
	--fronds-shadow: 0 18px 44px rgba(20, 42, 30, 0.14);
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--fronds-paper-light);
	color: var(--fronds-ink);
}

body,
button,
input,
select,
textarea {
	font-family: Georgia, "Times New Roman", serif;
}

h1,
h2,
h3,
h4,
.wp-block-heading,
.fronds-botanical {
	font-family: Georgia, "Times New Roman", serif;
	text-wrap: balance;
}

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible,
summary:focus-visible {
	outline: 3px solid #f3c85b;
	outline-offset: 3px;
}

.wp-site-blocks {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

main {
	flex: 1 0 auto;
}

.fronds-shell {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
}

.fronds-reading {
	max-width: 720px;
}

header.wp-block-template-part {
	position: sticky;
	top: 0;
	z-index: 100;
}

.fronds-site-header {
	position: relative;
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(4, 17, 10, 0.88), rgba(13, 36, 21, 0.72)),
		url("../../uploads/2026/03/Gemini_Generated_Image_v5ufgcv5ufgcv5uf-1024x434.png") center 52% / cover;
	color: #fff;
	box-shadow: 0 4px 24px rgba(8, 22, 14, 0.18);
}

.admin-bar header.wp-block-template-part {
	top: 32px;
}

.fronds-site-header a,
.fronds-site-header .wp-block-navigation-item__content {
	color: #fff;
	text-decoration: none;
}

.fronds-header-utility {
	background: rgba(2, 10, 6, 0.86);
	border-bottom: 1px solid rgba(255,255,255,0.12);
	display: grid;
	grid-template-rows: 1fr;
	overflow: hidden;
	transition: grid-template-rows 280ms cubic-bezier(.2,.8,.2,1), opacity 220ms ease;
}

.fronds-header-utility__inner {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.025em;
	min-height: 0;
	overflow: hidden;
	padding-block: 0.45rem;
}

.fronds-header-utility__inner p {
	margin: 0;
}

.fronds-header-main {
	gap: clamp(1.25rem, 3vw, 2.5rem);
	min-height: 92px;
	padding-block: 0.9rem;
}

.fronds-header-logo {
	flex: 0 0 auto;
	margin: 0;
	transform-origin: left center;
	transition: opacity 220ms ease, transform 280ms cubic-bezier(.2,.8,.2,1);
	width: clamp(150px, 15vw, 205px);
}

.fronds-header-logo img {
	display: block;
	filter: brightness(0) invert(1) drop-shadow(0 3px 12px rgba(0,0,0,0.2));
	height: auto;
	width: 100%;
}

.fronds-header-nav {
	background: rgba(1, 9, 5, 0.36);
	border-top: 1px solid rgba(255,255,255,0.14);
}

.fronds-header-nav__inner {
	min-height: 48px;
}

.fronds-site-header.is-compact .fronds-header-utility {
	border-bottom-color: transparent;
	grid-template-rows: 0fr;
	opacity: 0;
}

.fronds-site-header.is-compact .fronds-header-logo {
	transform: scale(0.84);
}

.home .fronds-site-header:not(.is-compact) .fronds-header-logo {
	opacity: 0;
	pointer-events: none;
	transform: scale(0.78);
}

.fronds-header-nav .wp-block-navigation-item__content {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.01em;
	padding-block: 0.75rem;
}

.fronds-header-nav .wp-block-navigation__container {
	column-gap: clamp(1.4rem, 2.8vw, 2.6rem);
}

.fronds-header-nav__prompt {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	margin: 0;
}

.fronds-cart-indicator {
	display: inline-flex !important;
	align-items: center;
	gap: 0.32rem;
}

.fronds-cart-navigation {
	flex: 0 0 auto;
	margin-left: 0;
}

.fronds-cart-indicator__icon {
	display: inline-flex;
	width: 1.2rem;
	height: 1.2rem;
}

.fronds-cart-indicator__icon svg {
	display: block;
	width: 100%;
	height: 100%;
}

.fronds-cart-indicator__count {
	display: inline-grid;
	place-items: center;
	min-width: 1.18rem;
	height: 1.18rem;
	padding-inline: 0.18rem;
	border-radius: 999px;
	background: var(--fronds-paper);
	color: var(--fronds-forest);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.68rem;
	font-weight: 700;
	line-height: 1;
}

.fronds-site-header .fronds-header-search {
	flex: 1 1 560px;
	margin-left: auto;
	max-width: 620px;
}

.fronds-site-header .current-menu-item > .wp-block-navigation-item__content,
.fronds-site-header .wp-block-navigation-item__content:hover {
	text-decoration: underline;
	text-decoration-color: #b9d39e;
	text-decoration-thickness: 2px;
}

.fronds-site-header .wp-block-search__inside-wrapper {
	border: 1px solid rgba(255,255,255,0.62);
	border-radius: 0;
	background: rgba(3, 15, 8, 0.5);
	padding: 0;
}

.fronds-site-header .wp-block-search__input {
	background: transparent;
	border: 0;
	color: #fff;
	min-height: 44px;
}

.fronds-site-header .wp-block-search__button {
	margin: 0;
	min-width: 52px;
	background: var(--fronds-leaf);
	border: 0;
	color: #fff;
}

.wp-block-navigation__responsive-container.is-menu-open {
	background: var(--fronds-forest);
	color: #fff;
	padding: 1.5rem;
}

.fronds-home-hero {
	background: var(--fronds-paper);
	padding: 0;
}

.fronds-home-hero__layout {
	gap: 0;
	margin: 0 auto;
	max-width: 1440px;
	min-height: clamp(600px, 67vh, 720px);
}

.fronds-home-hero__copy {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3rem, 6vw, 6rem) clamp(2rem, 6vw, 6rem);
	text-align: left;
}

.fronds-home-hero__mark {
	margin: 0;
}

.fronds-home-hero__mark img {
	max-width: min(560px, 100%);
	height: auto;
}

.fronds-home-hero__copy h1 {
	color: #314f32;
	font-size: clamp(1.65rem, 2.35vw, 2.15rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.18;
	letter-spacing: -0.015em;
	margin: 1.25rem 0 1.75rem;
	max-width: 100%;
	white-space: normal;
	width: 100%;
}

.fronds-typing-heading__word {
	font-weight: 700;
}

.fronds-typing-heading__cursor {
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	margin-left: 0.04em;
	animation: fronds-cursor-blink 850ms step-end infinite;
}

.fronds-typing-heading__cursor[hidden] {
	display: none;
}

@keyframes fronds-cursor-blink {
	50% {
		opacity: 0;
	}
}

.fronds-home-hero__copy p {
	font-size: clamp(1rem, 1.25vw, 1.16rem) !important;
	line-height: 1.45;
	margin-inline: 0;
	max-width: 62ch;
}

.fronds-home-hero__copy .wp-block-buttons {
	margin-top: 1.5rem;
}

.fronds-home-hero__image {
	min-height: 100%;
	height: 100%;
	margin: 0;
}

.fronds-home-hero__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 42%;
}

.fronds-accent-button > .wp-block-button__link {
	background: var(--fronds-copper) !important;
	border-color: var(--fronds-copper) !important;
}

.fronds-accent-button > .wp-block-button__link:hover {
	background: var(--fronds-copper-dark) !important;
	border-color: var(--fronds-copper-dark) !important;
}

.fronds-section .fronds-home-hero__image {
	height: auto;
	min-height: 0;
}

.fronds-section .fronds-home-hero__image img {
	aspect-ratio: 4 / 3;
	box-shadow: none;
}

.wp-block-button__link,
.button,
button.button,
input[type="submit"],
.fronds-button {
	border-radius: 2px !important;
	border: 1px solid var(--fronds-forest) !important;
	background: var(--fronds-forest) !important;
	color: #fff !important;
	font-weight: 700;
	line-height: 1.2;
	min-height: 48px;
	padding: 0.85rem 1.25rem !important;
	text-decoration: none !important;
	transition: background-color 160ms ease-out, border-color 160ms ease-out, transform 160ms ease-out;
}

.wp-block-button__link:hover,
.button:hover,
button.button:hover,
input[type="submit"]:hover,
.fronds-button:hover {
	background: var(--fronds-fern) !important;
	border-color: var(--fronds-fern) !important;
	transform: translateY(-1px);
}

.is-style-outline > .wp-block-button__link {
	background: transparent !important;
	color: var(--fronds-forest) !important;
}

.fronds-section {
	padding-block: clamp(3.5rem, 8vw, 7rem);
}

.fronds-home .fronds-section {
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
}

.fronds-home .fronds-section h2 {
	font-size: clamp(2rem, 3.8vw, 3.15rem);
}

.fronds-home .fronds-reading {
	max-width: 900px;
}

.fronds-section--forest {
	background: var(--fronds-forest);
	color: #fff;
}

.fronds-section--paper {
	background: var(--fronds-paper);
}

.fronds-section--light {
	background: var(--fronds-paper-light);
}

.fronds-section h2 {
	font-size: clamp(2rem, 4.5vw, 4rem);
	line-height: 1.05;
	letter-spacing: -0.025em;
	margin-bottom: 1.25rem;
}

.fronds-section p,
.fronds-section li {
	line-height: 1.7;
}

.fronds-section-heading {
	align-items: flex-end !important;
	gap: 1.5rem;
	margin-bottom: clamp(2rem, 4vw, 3rem);
}

.fronds-section-heading > :first-child {
	max-width: 720px;
}

.fronds-section-heading h2 {
	margin: 0.4rem 0 0.75rem;
}

.fronds-section-heading p:not(.fronds-kicker),
.fronds-text-link {
	margin-bottom: 0;
}

.fronds-text-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.9rem;
	font-weight: 750;
}

.fronds-text-link a {
	color: var(--fronds-forest);
}

.fronds-home-categories {
	border-top: 1px solid var(--fronds-rule);
}

.fronds-home-categories__layout {
	gap: clamp(2rem, 5vw, 5rem);
}

.fronds-home-categories__image {
	margin: 0;
	overflow: hidden;
}

.fronds-home-categories__image img {
	aspect-ratio: 4 / 3;
	display: block;
	height: auto;
	object-fit: cover;
	width: 100%;
}

.fronds-home-categories__layout h2 {
	font-size: clamp(2.25rem, 4.5vw, 4rem);
	margin: 0.45rem 0 1.15rem;
}

.fronds-home-categories__layout .wp-block-buttons {
	margin-top: 1.6rem;
}

.fronds-home-categories .fronds-category-grid,
.term-all .fronds-category-grid {
	background: var(--fronds-rule);
	border-block: 1px solid var(--fronds-rule);
	gap: 1px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.fronds-home-categories .fronds-category,
.term-all .fronds-category {
	background: var(--fronds-paper-light);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	min-width: 0;
}

.fronds-home-categories .fronds-category a,
.term-all .fronds-category a {
	display: grid;
	grid-template-columns: minmax(135px, 44%) minmax(0, 1fr);
	height: 100%;
	min-height: 220px;
	padding: 0;
}

.fronds-home-categories .fronds-category__media img,
.term-all .fronds-category__media img {
	height: 100%;
	object-fit: cover;
}

.fronds-home-categories .fronds-category__media,
.term-all .fronds-category__media {
	aspect-ratio: auto;
	height: 100%;
	overflow: hidden;
}

.fronds-home-categories .fronds-category__body,
.term-all .fronds-category__body {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(1.2rem, 2.5vw, 2rem);
}

.fronds-home .fronds-home-categories .fronds-category h2,
.term-all .fronds-category h2 {
	font-size: clamp(1.2rem, 1.7vw, 1.5rem);
	line-height: 1.25;
}

.fronds-home-categories .fronds-category__count,
.term-all .fronds-category__count {
	color: var(--fronds-muted);
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.66rem;
	font-style: normal;
	font-weight: 650;
	letter-spacing: 0.02em;
	margin-top: 0.45rem;
}

.fronds-category__action {
	color: var(--fronds-copper);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.82rem;
	font-weight: 750;
	margin-top: 1.2rem;
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 0.25em;
	transition: text-decoration-color 180ms ease;
}

.fronds-home-categories .fronds-category a:hover,
.term-all .fronds-category a:hover {
	background: #eef1e9;
}

.fronds-home-categories .fronds-category a:hover .fronds-category__action,
.term-all .fronds-category a:hover .fronds-category__action {
	text-decoration-color: currentColor;
}

.fronds-enquiry-path {
	background: var(--fronds-copper-soft);
	border-block: 1px solid var(--fronds-rule);
	padding-block: clamp(3rem, 5vw, 4.75rem);
}

.fronds-enquiry-path > .fronds-shell > h2 {
	font-size: clamp(2rem, 3.6vw, 3rem);
	margin: 0.4rem 0 clamp(2rem, 4vw, 3rem);
}

.fronds-enquiry-path__steps {
	gap: clamp(1.5rem, 4vw, 4rem);
}

.fronds-enquiry-path__steps > .wp-block-column {
	border-top: 1px solid #aebcac;
	padding-top: 1.25rem;
}

.fronds-step-number {
	color: var(--fronds-copper);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.75rem;
	font-weight: 800;
	letter-spacing: 0.1em;
	margin: 0 0 0.7rem;
}

.fronds-enquiry-path h3 {
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	margin: 0 0 0.55rem;
}

.fronds-enquiry-path__steps p:last-child {
	line-height: 1.55;
	margin-bottom: 0;
}

.fronds-image-frame {
	margin: 0;
}

.fronds-image-frame img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 5;
	object-fit: cover;
	box-shadow: var(--fronds-shadow);
}

.fronds-image-frame--landscape img {
	aspect-ratio: 4 / 3;
}

.fronds-callout {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.6rem, 3vw, 2.7rem);
	line-height: 1.25;
	color: #d8e6ce;
}

.fronds-visit {
	background-attachment: fixed;
	background-blend-mode: multiply;
	background-color: #294d32;
	background-image: url("../../uploads/2026/03/ponga-log-shadehouse2.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-block: clamp(3.5rem, 6vw, 5.5rem);
	text-align: center;
}

.fronds-visit h2 {
	color: #fff;
	font-size: clamp(2rem, 3.2vw, 2.6rem);
	font-weight: 400;
	margin: 0 0 1rem;
}

.fronds-visit .fronds-shell {
	max-width: 820px;
}

.fronds-visit p,
.fronds-visit p.has-large-font-size {
	font-size: clamp(1rem, 1.35vw, 1.15rem) !important;
	line-height: 1.45;
	margin-block: 0.35rem;
}

.fronds-visit .wp-block-buttons {
	justify-content: center;
	margin-top: 2.2rem;
}

.fronds-visit .wp-block-button:not(.is-style-outline) .wp-block-button__link {
	background: var(--fronds-paper) !important;
	border-color: var(--fronds-paper) !important;
	color: var(--fronds-ink) !important;
}

.fronds-visit .is-style-outline > .wp-block-button__link {
	background: transparent !important;
	border-color: rgba(255,255,255,0.9) !important;
	color: #fff !important;
}

.fronds-visit .wp-block-button__link {
	font-weight: 400;
	min-height: 44px;
	padding: 0.68rem 1.15rem !important;
}

.fronds-details {
	max-width: 980px;
	margin-inline: auto;
}

.fronds-details__intro {
	color: #315432;
	font-size: clamp(1.15rem, 1.7vw, 1.35rem);
	font-style: italic;
	margin: 0 0 2.4rem;
}

.fronds-details .wp-block-details {
	border-top: 1px solid #9faf9f;
	margin: 0;
	padding: 0.8rem 0;
}

.fronds-details .wp-block-details:last-child {
	border-bottom: 1px solid #9faf9f;
}

.fronds-details summary {
	cursor: pointer;
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.05rem, 1.45vw, 1.25rem);
	font-style: italic;
	font-weight: 400;
	line-height: 1.35;
	list-style: none;
	padding: 0.3rem 3rem 0.3rem 0;
	position: relative;
}

.fronds-details summary::-webkit-details-marker {
	display: none;
}

.fronds-details summary::marker {
	content: "";
}

.fronds-details summary::after {
	content: "+";
	position: absolute;
	right: 0.15rem;
	top: 50%;
	transform: translateY(-50%);
	display: grid;
	place-items: center;
	width: 1.45rem;
	height: 1.45rem;
	border-radius: 50%;
	background: var(--fronds-forest);
	color: #fff;
	font-family: sans-serif;
	font-size: 1rem;
	font-weight: 400;
}

.fronds-details details[open] summary::after {
	content: "−";
}

.fronds-details details > :not(summary) {
	max-width: 72ch;
}

.fronds-page-hero {
	background: var(--fronds-paper);
	padding-block: clamp(3rem, 7vw, 6rem);
	border-bottom: 1px solid var(--fronds-rule);
}

.fronds-page-hero h1 {
	font-size: clamp(2.5rem, 6vw, 5.3rem);
	line-height: 0.96;
	letter-spacing: -0.04em;
	margin-bottom: 1rem;
}

.fronds-page-hero p {
	font-size: clamp(1.05rem, 2vw, 1.3rem);
	line-height: 1.6;
	max-width: 62ch;
}

.fronds-page-hero--compact {
	padding-block: clamp(1.5rem, 3vw, 2.25rem);
}

.fronds-page-hero--compact h1 {
	font-size: clamp(1.75rem, 2.5vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.015em;
	margin-bottom: 0.5rem;
}

.fronds-page-hero--compact p {
	font-size: 1rem;
	line-height: 1.5;
	margin-bottom: 0;
	max-width: 46rem;
}

.fronds-enquiry-list-page > .fronds-section {
	padding-block: clamp(1.75rem, 3vw, 2.75rem);
}

.fronds-enquiry-list-page .woocommerce-info {
	background: #f6f3e5;
	border-top-color: var(--fronds-leaf);
	color: var(--fronds-ink);
}

.fronds-enquiry-list-page .woocommerce-info::before {
	color: var(--fronds-leaf);
}

.fronds-enquiry-list-page .wc-block-components-notice-banner.is-info {
	background: #f6f3e5;
	border: 1px solid var(--fronds-rule);
	border-radius: 0;
	color: var(--fronds-ink);
	font-size: 0.95rem;
	padding: 0.8rem 1rem;
}

.fronds-enquiry-list-page .wc-block-components-notice-banner.is-info > svg {
	display: none;
}

.fronds-category-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.5rem, 3vw, 2.1rem);
	list-style: none;
	margin: 0;
	padding: 0;
}

.fronds-category {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 14px rgba(50, 42, 24, 0.08);
	overflow: hidden;
}

.fronds-category a {
	display: block;
	color: var(--fronds-ink);
	padding: 1.25rem;
	text-decoration: none;
}

.fronds-category__media,
.fronds-category__media img {
	display: block;
	width: 100%;
}

.fronds-category__media img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 480ms cubic-bezier(.2,.8,.2,1);
}

.fronds-category__media::after {
	display: none;
}

.fronds-category__body {
	display: block;
	padding: 1.25rem 0 0.2rem;
}

.fronds-category h2 {
	color: var(--fronds-ink);
	font-size: clamp(1.25rem, 2vw, 1.55rem);
	font-style: italic;
	font-weight: 400;
	margin: 0;
}

.fronds-category__count {
	font-size: 0.8em;
	font-style: normal;
}

.fronds-category a:hover .fronds-category__media img {
	transform: scale(1.045);
}

.woocommerce .woocommerce-breadcrumb,
.fronds-breadcrumb {
	color: var(--fronds-muted);
	font-size: 0.9rem;
	margin-bottom: 2rem;
}

.woocommerce .woocommerce-breadcrumb a {
	color: var(--fronds-forest);
}

.woocommerce .products,
.woocommerce ul.products,
ul.products {
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(1.25rem, 3vw, 2.5rem);
	margin: 0 !important;
}

.woocommerce ul.products::before,
.woocommerce ul.products::after {
	display: none !important;
}

.woocommerce ul.products li.product,
ul.products li.product {
	display: flex !important;
	flex-direction: column;
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 0 1.4rem;
	border-bottom: 1px solid var(--fronds-rule);
}

.woocommerce ul.products li.product a img,
ul.products li.product a img {
	width: 100%;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	margin: 0 0 1.2rem !important;
	background: #e7eadf;
}

.woocommerce-loop-product__title {
	color: var(--fronds-ink);
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 2vw, 1.55rem) !important;
	line-height: 1.25;
	padding: 0 !important;
}

.fronds-sci {
	display: block;
	font-style: italic;
	font-weight: 700;
}

.fronds-common {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.82em;
	font-weight: 600;
	margin-top: 0.2rem;
}

.product-loop-categories {
	font-size: 0.82rem;
	margin: 0.55rem 0;
}

.product-loop-categories a {
	color: var(--fronds-fern);
}

.product-archive-description {
	color: var(--fronds-muted);
	line-height: 1.55;
	margin-bottom: 1rem;
}

.fronds-catalogue {
	background: var(--fronds-paper-light);
	max-width: none !important;
	padding-block: 0 clamp(3.5rem, 7vw, 6rem) !important;
}

.fronds-catalogue > * {
	width: min(100% - 2rem, 1088px);
	margin-inline: auto;
}

.fronds-catalogue-intro {
	background: var(--fronds-paper);
	border-bottom: 1px solid var(--fronds-rule);
	box-sizing: border-box;
	margin: 0 !important;
	max-width: none !important;
	padding: 0;
	width: 100% !important;
}

.fronds-catalogue-intro__inner {
	display: block;
	margin-inline: auto;
	width: min(100% - 2rem, 1088px);
}

.fronds-catalogue-intro__copy {
	box-sizing: border-box;
	padding-block: clamp(3rem, 6vw, 5rem);
}

.fronds-catalogue-intro .wp-block-query-title {
	color: #315432;
	font-size: clamp(2.7rem, 5vw, 4.8rem);
	font-style: italic;
	font-weight: 400;
	margin: 0.45rem 0 1rem;
}

.fronds-catalogue-intro .wp-block-term-description {
	color: var(--fronds-muted);
	font-size: clamp(1rem, 1.25vw, 1.15rem);
	line-height: 1.55;
	max-width: 62ch;
}

.fronds-catalogue-intro .wp-block-term-description p {
	margin: 0;
}

.fronds-catalogue-intro__summary {
	color: var(--fronds-muted);
	font-size: clamp(1rem, 1.25vw, 1.15rem);
	line-height: 1.55;
	margin: 0;
	max-width: 52ch;
}

.fronds-catalogue-intro__visual {
	display: none;
}

.term-all .fronds-catalogue-controls {
	display: none !important;
}

.term-all main.fronds-catalogue {
	background: var(--fronds-paper-light);
	margin-inline: 0;
	max-width: none !important;
	padding-block: 0 clamp(4rem, 8vw, 7rem) !important;
	width: 100%;
}

.fronds-split-hero {
	background: var(--fronds-paper);
	border-bottom: 1px solid var(--fronds-rule);
}

.fronds-split-hero > .fronds-split-hero__inner {
	align-items: stretch;
	display: grid;
	gap: 0;
	grid-template-columns: minmax(0, 56%) minmax(340px, 44%);
	margin: 0 auto;
	max-width: 1440px;
	min-height: clamp(420px, 40vw, 560px);
	width: 100%;
}

.fronds-split-hero__copy {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: clamp(3.5rem, 7vw, 6.5rem) clamp(2rem, 7vw, 7rem);
}

.fronds-split-hero__visual {
	display: block;
	height: 100%;
	margin: 0;
	min-height: 100%;
	overflow: hidden;
}

.fronds-split-hero__visual figure {
	height: 100%;
	margin: 0;
}

.fronds-split-hero__visual img {
	display: block;
	height: 100%;
	object-fit: cover;
	object-position: 50% 45%;
	width: 100%;
}

.fronds-split-hero h1,
.fronds-split-hero .wp-block-query-title {
	color: #315432;
	font-size: clamp(2.7rem, 5vw, 4.8rem);
	font-style: italic;
	font-weight: 400;
	letter-spacing: -0.03em;
	line-height: 1;
	margin: 0.45rem 0 1rem;
	max-width: 13ch;
}

.fronds-split-hero__summary,
.fronds-split-hero__copy > p:last-child {
	color: var(--fronds-muted);
	font-size: clamp(1rem, 1.25vw, 1.15rem);
	line-height: 1.55;
	margin: 0;
	max-width: 52ch;
}

.tax-product_cat:not(.term-all) .fronds-catalogue-intro {
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.tax-product_cat:not(.term-all) .fronds-catalogue-intro__copy {
	padding-block: 0;
}

.tax-product_cat:not(.term-all) .fronds-catalogue-intro__kicker {
	display: none;
}

.tax-product_cat:not(.term-all) .fronds-catalogue-intro__inner {
	display: block;
}

.term-all .fronds-catalogue > .fronds-product-categories {
	box-sizing: border-box;
	margin-top: 0;
	max-width: 1088px !important;
	padding-top: clamp(3.5rem, 7vw, 6rem);
	width: min(100% - 2rem, 1088px) !important;
}

.term-all .fronds-category-grid {
	background: transparent;
	border: 0;
	gap: clamp(1.5rem, 3vw, 2.5rem);
}

.term-all .fronds-category {
	border: 1px solid var(--fronds-rule);
}

.wp-block-woocommerce-product-template {
	gap: clamp(1.5rem, 3vw, 2rem) !important;
}

.wp-block-woocommerce-product-template > li.wc-block-product {
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 5px 14px rgba(50, 42, 24, 0.08);
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	padding: 1.2rem;
}

.wp-block-woocommerce-product-template .wc-block-components-product-image {
	margin-bottom: 1rem;
}

.wp-block-woocommerce-product-template .wc-block-components-product-image img {
	aspect-ratio: 1 / 1;
	object-fit: cover;
	width: 100%;
}

.wp-block-woocommerce-product-template .wp-block-post-title {
	font-family: Georgia, "Times New Roman", serif;
	font-size: clamp(1.2rem, 1.8vw, 1.55rem) !important;
	font-style: italic;
	font-weight: 400;
	line-height: 1.35 !important;
	margin: 0 0 0.8rem;
	text-align: left;
}

.wp-block-woocommerce-product-template .wp-block-post-title a {
	color: var(--fronds-ink);
	text-decoration: none;
}

.wp-block-woocommerce-product-template .fronds-sci,
.wp-block-woocommerce-product-template .fronds-common {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.wp-block-woocommerce-product-template .product-archive-description {
	flex: 1 0 auto;
	font-size: 1rem;
	line-height: 1.5;
	margin: 0 0 1.25rem;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-price,
.fronds-catalogue .product-loop-categories {
	display: none;
}

.wp-block-woocommerce-product-template .wp-block-woocommerce-product-button,
.wp-block-woocommerce-product-template .button {
	box-sizing: border-box;
	display: block;
	margin: auto 0 0 !important;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products li.product .button {
	align-self: flex-start;
	margin-top: auto !important;
}

.woocommerce .woocommerce-result-count {
	color: var(--fronds-muted);
}

.woocommerce .woocommerce-ordering {
	display: none;
}

.single-product main,
.woocommerce-page main,
.search main,
.archive main {
	width: min(100% - 2rem, 1180px);
	margin-inline: auto;
	padding-block: clamp(2.5rem, 6vw, 5rem);
}

.fronds-product-page {
	background: var(--fronds-paper);
	max-width: none !important;
	padding-block: 2rem 5rem !important;
}

.fronds-product-page > * {
	width: min(100% - 2rem, 1100px);
	margin-inline: auto;
}

.fronds-product-intro .product_title {
	color: #315432;
	font-size: clamp(2rem, 3.6vw, 3rem);
	font-style: italic;
	font-weight: 400;
	margin-bottom: 0.65rem;
}

.fronds-product-intro .fronds-sci,
.fronds-product-intro .fronds-common {
	display: inline;
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}

.fronds-product-intro .wp-block-post-excerpt {
	font-size: 1.08rem;
	margin-bottom: 2.2rem;
}

.fronds-product-selection {
	align-items: flex-start !important;
	gap: clamp(2rem, 4vw, 3rem);
}

.fronds-product-selection .woocommerce-product-gallery img {
	width: 100%;
}

.single-product .product_title {
	font-size: clamp(2.1rem, 4.4vw, 4rem);
	line-height: 1.05;
}

.single-product .woocommerce-product-gallery img {
	background: #e7eadf;
}

.single-product .woocommerce-product-details__short-description {
	font-size: 1.08rem;
	line-height: 1.65;
	color: var(--fronds-muted);
}

.single-product .woocommerce-tabs ul.tabs {
	display: none;
}

.single-product .woocommerce-tabs .panel {
	margin-top: 2rem;
	max-width: 74ch;
}

.fronds-grade-table-wrap {
	overflow-x: auto;
	border-top: 1px solid var(--fronds-rule);
	margin-top: 1.5rem;
}

.fronds-grade-table {
	width: 100%;
	min-width: 520px;
	border-collapse: collapse;
}

.fronds-grade-table--plain {
	min-width: 0;
}

.fronds-grade-table th,
.fronds-grade-table td {
	border-bottom: 1px solid var(--fronds-rule);
	padding: 0.85rem 0.6rem;
	text-align: left;
	vertical-align: middle;
}

.fronds-grade-table th {
	color: var(--fronds-muted);
	font-size: 0.78rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.fronds-grade-table .fronds-qty-col {
	text-align: right;
	width: 6rem;
}

.fronds-qty {
	width: 5rem;
	min-height: 44px;
	text-align: center;
}

.fronds-grade-submit {
	text-align: right;
}

.woocommerce table.shop_table {
	border: 0;
	border-collapse: collapse;
}

.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
	border-bottom: 1px solid var(--fronds-rule);
	padding: 1rem 0.75rem;
}

.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-subtotal,
.woocommerce-cart .cart-collaterals,
.woocommerce-checkout,
.wc-block-cart__totals-title,
.wc-block-components-totals-wrapper {
	display: none !important;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
	background: var(--fronds-paper);
	border: 1px solid var(--fronds-rule);
	border-top: 4px solid var(--fronds-fern);
	color: var(--fronds-ink);
	padding: 1rem 1.2rem;
}

.woocommerce-error {
	border-top-color: var(--fronds-error);
}

.fronds-enquiry-form {
	display: grid;
	gap: 1rem;
}

.fronds-enquiry-form__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1rem;
}

.fronds-field {
	display: grid;
	gap: 0.42rem;
}

.fronds-field label {
	font-weight: 700;
}

.fronds-field input,
.fronds-field select,
.fronds-field textarea,
.woocommerce input.input-text,
.woocommerce select {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1px solid #829087;
	border-radius: 2px;
	color: var(--fronds-ink);
	font-size: 1rem;
	min-height: 48px;
	padding: 0.75rem 0.85rem;
}

.fronds-field textarea {
	min-height: 190px;
	resize: vertical;
}

.fronds-field--full {
	grid-column: 1 / -1;
}

.fronds-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.fronds-enquiry-context {
	background: var(--fronds-paper);
	border: 1px solid var(--fronds-rule);
	padding: 1.2rem;
}

.fronds-enquiry-context h3 {
	margin-top: 0;
}

.fronds-enquiry-context ul {
	margin-bottom: 0;
}

.fronds-notice {
	padding: 1rem 1.2rem;
	border: 1px solid var(--fronds-rule);
	background: #fff;
}

.fronds-notice--success {
	border-color: var(--fronds-success);
	color: var(--fronds-success);
}

.fronds-notice--error {
	border-color: var(--fronds-error);
	color: var(--fronds-error);
}

.fronds-contact-page .fronds-section--light {
	background: var(--fronds-paper-light);
	padding-block: clamp(3.5rem, 7vw, 6.5rem);
}

.fronds-contact-grid {
	align-items: start;
	display: grid;
	gap: clamp(2.5rem, 7vw, 7rem);
	grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
}

.fronds-contact-grid h2 {
	font-size: clamp(2rem, 3.2vw, 2.85rem);
	letter-spacing: -0.025em;
	line-height: 1.08;
	margin: 0 0 1rem;
}

.fronds-contact-form-panel > p {
	color: var(--fronds-muted);
	line-height: 1.6;
	margin: 0 0 2rem;
	max-width: 58ch;
}

.fronds-contact-facts {
	background: var(--fronds-forest);
	color: #eef3ec;
	padding: clamp(2rem, 4vw, 3rem);
}

.fronds-contact-facts > p {
	color: #d9e4dc;
	line-height: 1.55;
	margin: -0.25rem 0 1.25rem;
}

.fronds-contact-facts > .wp-block-group {
	border-top: 1px solid rgba(255, 255, 255, 0.18);
	padding-block: 1.2rem;
}

.fronds-contact-facts h2 {
	color: #fff;
}

.fronds-contact-facts h3 {
	color: #b9d39e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.76rem;
	letter-spacing: 0.09em;
	margin: 0 0 0.45rem;
	text-transform: uppercase;
}

.fronds-contact-facts p {
	line-height: 1.65;
}

.fronds-contact-facts a {
	color: #fff;
}

.fronds-contact-facts .wp-block-buttons {
	margin-top: 1.25rem;
}

.fronds-contact-facts .fronds-contact-directions .wp-block-button__link {
	border-color: #fff !important;
	color: #fff !important;
}

.fronds-contact-view .fronds-footer-actions {
	display: none;
}

.fronds-catalogue-root .fronds-footer-actions__inner {
	max-width: 720px;
}

.fronds-catalogue-root .fronds-footer-actions__inner > .wp-block-column:first-child {
	display: none;
}

.fronds-catalogue-root .fronds-footer-actions__inner > .wp-block-column:last-child {
	border-left: 0;
	padding-left: 0;
	text-align: center;
}

.fronds-catalogue-root .fronds-footer-actions__inner > .wp-block-column:last-child p:not(.fronds-kicker) {
	margin-inline: auto;
}

.fronds-catalogue-root .fronds-footer-actions__inner .wp-block-buttons {
	justify-content: center;
}

.fronds-footer-actions {
	background: var(--fronds-paper);
	border-top: 1px solid var(--fronds-rule);
	padding-block: clamp(2.75rem, 5vw, 4.5rem);
}

.fronds-footer-actions__inner {
	gap: clamp(2rem, 7vw, 7rem);
}

.fronds-footer-actions__inner > .wp-block-column + .wp-block-column {
	border-left: 1px solid var(--fronds-rule);
	padding-left: clamp(2rem, 6vw, 6rem);
}

.fronds-footer-actions h2 {
	font-size: clamp(1.8rem, 3vw, 2.5rem);
	line-height: 1.05;
	margin: 0.35rem 0 0.8rem;
}

.fronds-footer-actions p:not(.fronds-kicker) {
	line-height: 1.55;
	max-width: 38rem;
}

.fronds-footer-actions .wp-block-buttons {
	margin-top: 1.35rem;
}

.fronds-kicker {
	color: var(--fronds-copper);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.76rem;
	font-weight: 750;
	letter-spacing: 0.1em;
	margin: 0;
	text-transform: uppercase;
}

.fronds-site-footer {
	background:
		linear-gradient(rgba(2, 10, 6, 0.54), rgba(2, 10, 6, 0.72)),
		url("../../uploads/2026/03/Gemini_Generated_Image_v5ufgcv5ufgcv5uf.png") center / cover;
	color: #e9efe8;
	padding-block: clamp(3.5rem, 6vw, 5.5rem) 1.5rem;
}

.fronds-site-footer a {
	color: #fff;
	text-decoration: none;
}

.fronds-site-footer__columns {
	align-items: flex-start !important;
	gap: clamp(1.5rem, 4vw, 3.5rem);
	margin-bottom: clamp(2.5rem, 5vw, 4rem);
}

.fronds-site-footer__brand,
.fronds-site-footer__links,
.fronds-site-footer__contact,
.fronds-site-footer__hours {
	text-align: left;
}

.fronds-site-footer h2 {
	color: #b9d39e;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.09em;
	margin: 0 0 0.8rem;
	text-transform: uppercase;
}

.fronds-site-footer p {
	font-size: 0.98rem;
	line-height: 1.8;
	margin: 0;
}

.fronds-site-footer__brand img {
	display: block;
	filter: brightness(0) invert(1);
	height: auto;
	max-width: 255px;
	width: 100%;
}

.fronds-site-footer__credit {
	border-top: 1px solid rgba(255,255,255,0.2);
	color: rgba(255,255,255,0.76);
	font-size: 0.76rem !important;
	margin: 0;
	padding-top: 1.4rem;
}

.woocommerce-cart main > .wp-block-post-title {
	display: none;
}

nav.woocommerce-pagination ul {
	display: flex !important;
	justify-content: center;
	gap: 0.4rem;
	border: 0 !important;
}

nav.woocommerce-pagination ul li {
	border: 0 !important;
}

nav.woocommerce-pagination .page-numbers {
	display: inline-grid;
	place-items: center;
	min-width: 44px;
	min-height: 44px;
	color: var(--fronds-forest);
}

nav.woocommerce-pagination .current {
	background: var(--fronds-forest) !important;
	color: #fff !important;
}

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

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

	.fronds-site-header > .fronds-shell {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		grid-template-rows: auto auto;
	}

	.fronds-header-main {
		gap: 0.85rem;
	}

	.fronds-header-logo {
		grid-column: 1;
		grid-row: 1;
		width: 165px;
	}

	.fronds-site-header > .fronds-shell > .wp-block-navigation:not(.fronds-cart-navigation) {
		grid-column: 1;
		grid-row: 1;
		justify-self: start;
	}

	.fronds-site-header .wp-block-search {
		grid-column: 1 / -1;
		grid-row: 2;
		margin-left: 0;
		width: 100%;
	}

	.fronds-cart-navigation {
		grid-column: 2;
		grid-row: 1;
		justify-self: end;
		margin-left: 0;
		position: static;
	}

	.fronds-header-nav__prompt {
		display: none;
	}
}

@media (max-width: 780px) {
	.fronds-catalogue-intro__inner {
		grid-template-columns: 1fr;
	}

	.fronds-split-hero > .fronds-split-hero__inner {
		grid-template-columns: 1fr;
		min-height: auto;
	}

	.fronds-split-hero__copy {
		padding: 3.5rem 1.25rem 3rem;
	}

	.fronds-split-hero__visual {
		height: 340px;
		min-height: 340px;
	}

	.fronds-home-categories .fronds-category-grid,
	.term-all .fronds-category-grid {
		grid-template-columns: 1fr;
	}

	.fronds-home-categories .fronds-category a,
	.term-all .fronds-category a {
		grid-template-columns: minmax(125px, 42%) minmax(0, 1fr);
		min-height: 190px;
	}

	.fronds-header-utility__inner {
		justify-content: flex-end !important;
	}

	.fronds-header-utility__inner p:first-child {
		display: none;
	}

	.fronds-header-main {
		min-height: 78px;
	}

	.fronds-header-nav__inner {
		min-height: 44px;
	}

	.fronds-header-nav .wp-block-navigation__container {
		column-gap: 1rem;
	}

	.fronds-footer-actions__inner > .wp-block-column + .wp-block-column {
		border-left: 0;
		border-top: 1px solid var(--fronds-rule);
		padding-left: 0;
		padding-top: 2rem;
	}

	.fronds-catalogue-root .fronds-footer-actions__inner > .wp-block-column:last-child {
		border-top: 0;
		padding-top: 0;
	}

	.fronds-site-footer__brand,
	.fronds-site-footer__links,
	.fronds-site-footer__contact,
	.fronds-site-footer__hours {
		text-align: center;
	}

	.fronds-site-footer__brand img {
		margin-inline: auto;
	}

	.fronds-site-footer__columns {
		gap: 2rem;
	}

	.fronds-home-hero .wp-block-columns {
		min-height: auto;
	}

	.fronds-home-hero__copy {
		padding: 3.5rem 1.25rem 3rem;
	}

	.fronds-home-hero__mark img {
		max-width: min(500px, 88vw);
	}

	.fronds-home-hero__copy h1 {
		max-width: 100%;
		white-space: normal;
		width: auto;
	}

	.fronds-home-hero__image {
		min-height: 420px;
	}

	.fronds-visit {
		background-attachment: scroll;
	}

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

	.fronds-field--full {
		grid-column: auto;
	}
}

@media (max-width: 560px) {
	.fronds-category-grid,
	.woocommerce .products,
	.woocommerce ul.products,
	ul.products {
		grid-template-columns: 1fr;
	}

	.fronds-category {
		min-height: 330px;
	}

	.fronds-home-categories .fronds-category,
	.term-all .fronds-category {
		min-height: 0;
	}

	.admin-bar header.wp-block-template-part {
		top: 46px;
	}

	.fronds-header-logo {
		width: 140px;
	}

	.fronds-cart-indicator .wp-block-navigation-item__label {
		display: none;
	}

	.single-product main,
	.woocommerce-page main,
	.search main,
	.archive main {
		width: min(100% - 1.25rem, 1180px);
	}

	.woocommerce table.shop_table_responsive tr td {
		padding-left: 0.5rem;
		padding-right: 0.5rem;
	}

	.fronds-grade-table {
		min-width: 0;
		font-size: 0.78rem;
	}

	.fronds-grade-table th,
	.fronds-grade-table td {
		padding: 0.65rem 0.25rem;
	}

	.fronds-grade-table .fronds-qty-col {
		width: 4rem;
	}

	.fronds-qty {
		width: 3.35rem;
		padding-inline: 0.25rem;
	}
}

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

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
	}

	.fronds-visit {
		background-attachment: scroll;
	}

	.fronds-typing-heading__cursor {
		display: none;
	}
}
