/*
Theme Name: Cedarix Portal
Theme URI: https://brooberry.com
Description: WooCommerce marketplace layout for Cedarix — structured learning tools, creative kits, and workspace organisers. Child of Twenty Twenty-Five.
Author: Cedarix
Template: twentytwentyfive
Version: 1.0.0
Requires at least: 6.6
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cedarix-portal
*/

:root {
	--cedarix-ink: #14222a;
	--cedarix-muted: #5f6f79;
	--cedarix-surface: #f6f5f0;
	--cedarix-surface-strong: #fffdf9;
	--cedarix-border: #d7ddd7;
	--cedarix-accent: #0d7f77;
	--cedarix-accent-dark: #0a5f59;
	--cedarix-warm: #f0e5d2;
	--cedarix-shadow: 0 18px 40px rgba(20, 34, 42, 0.08);
}

body {
	color: var(--cedarix-ink);
	background: linear-gradient(180deg, #fcfbf8 0%, #f8f7f2 100%);
}

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

.cedarix-site-header,
.cedarix-site-footer {
	background: rgba(255, 253, 249, 0.92);
	backdrop-filter: blur(14px);
}

.cedarix-site-header {
	border-bottom: 1px solid var(--cedarix-border);
	position: sticky;
	top: 0;
	z-index: 50;
}

.cedarix-brand-lockup {
	gap: 0.85rem;
}

.cedarix-brand-lockup .wp-block-site-title {
	margin: 0;
	font-size: 1.05rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.cedarix-brand-lockup .wp-block-site-title a {
	text-decoration: none;
}

.cedarix-site-header__nav {
	gap: 1rem;
}

.cedarix-primary-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem;
	align-items: center;
}

.cedarix-primary-nav__link {
	padding: 0.65rem 0.95rem;
	border-radius: 999px;
	color: var(--cedarix-ink);
	text-decoration: none;
	font-size: 0.95rem;
	font-weight: 600;
}

.cedarix-primary-nav__link:hover {
	background: var(--cedarix-warm);
	text-decoration: none;
}

.cedarix-front-page,
.cedarix-page-shell,
.cedarix-shop-shell {
	padding-bottom: 3rem;
}

.cedarix-hero {
	padding: 4.5rem 0 3rem;
	background:
		radial-gradient(circle at top right, rgba(13, 127, 119, 0.12), transparent 30%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 229, 210, 0.72)),
		url("https://cedarix.com/cdn/shop/files/24_1_420x.png") no-repeat right 2rem bottom 2rem / 260px auto;
}

.cedarix-hero__inner {
	max-width: 860px;
}

.cedarix-hero__eyebrow,
.cedarix-brand-story__eyebrow {
	margin: 0 0 0.8rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--cedarix-accent-dark);
}

.cedarix-hero__title {
	margin: 0 0 1rem;
	font-size: clamp(2.25rem, 5.5vw, 4.4rem);
	line-height: 0.95;
	text-wrap: balance;
}

.cedarix-hero__lead {
	max-width: 720px;
	margin-bottom: 1.5rem;
	font-size: 1.08rem;
	line-height: 1.7;
	color: var(--cedarix-muted);
}

.cedarix-hero__actions {
	gap: 0.8rem;
}

.cedarix-section,
.cedarix-story-section,
.cedarix-contact-cta,
.cedarix-shop-intro {
	padding-top: 2rem;
}

.cedarix-brand-story {
	max-width: 840px;
	padding: 1rem 0 0;
}

.cedarix-brand-story h2,
.cedarix-contact-cta h2,
.cedarix-section h2 {
	line-height: 1.1;
}

.cedarix-brand-story p {
	margin-bottom: 1rem;
	line-height: 1.7;
	color: var(--cedarix-muted);
}

.cedarix-category-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
}

.cedarix-category-chip {
	display: inline-flex;
	align-items: center;
	padding: 0.85rem 1.1rem;
	border: 1px solid var(--cedarix-border);
	border-radius: 999px;
	background: var(--cedarix-surface-strong);
	box-shadow: var(--cedarix-shadow);
	color: var(--cedarix-ink);
	text-decoration: none;
	font-weight: 600;
}

.cedarix-category-chip:hover {
	border-color: var(--cedarix-accent);
	color: var(--cedarix-accent-dark);
	text-decoration: none;
}

.cedarix-contact-cta {
	padding: 2rem;
	border: 1px solid var(--cedarix-border);
	border-radius: 28px;
	background: linear-gradient(180deg, #fffdfa, #f7f4ed);
	box-shadow: var(--cedarix-shadow);
}

.cedarix-site-footer {
	margin-top: 3rem;
	border-top: 1px solid var(--cedarix-border);
}

.cedarix-site-footer__copy,
.cedarix-site-footer__contact {
	color: var(--cedarix-muted);
}

.cedarix-site-footer a {
	color: var(--cedarix-ink);
	text-decoration: none;
}

.cedarix-contact-form__notice {
	margin-bottom: 1rem;
	padding: 0.85rem 1rem;
	border-left: 4px solid #1f7a1f;
	background: #f4fbf4;
}

.cedarix-contact-form input,
.cedarix-contact-form textarea {
	width: 100%;
	padding: 0.75rem;
	border: 1px solid var(--cedarix-border);
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}

.cedarix-contact-form,
.post-template-default .wp-block-post-content,
.page-template-default .wp-block-post-content {
	max-width: 920px;
}

.cedarix-contact-form button,
.wp-block-button__link {
	padding: 0.9rem 1.35rem;
	border: 0;
	border-radius: 999px;
	background: var(--cedarix-accent);
	color: #fff;
	cursor: pointer;
}

.cedarix-contact-form button:hover,
.wp-block-button__link:hover {
	background: var(--cedarix-accent-dark);
}

.woocommerce ul.products,
.wc-block-product-template {
	margin-top: 1.25rem !important;
}

.woocommerce ul.products li.product,
.wc-block-product-template .wc-block-product {
	padding: 1rem;
	border: 1px solid var(--cedarix-border);
	border-radius: 22px;
	background: var(--cedarix-surface-strong);
	box-shadow: var(--cedarix-shadow);
}

.woocommerce ul.products li.product img,
.wc-block-components-product-image img {
	border-radius: 16px;
}

.woocommerce ul.products li.product .button,
.wc-block-components-product-button__button {
	width: 100%;
	border-radius: 999px !important;
	background: var(--cedarix-accent) !important;
	color: #fff !important;
}

.woocommerce ul.products li.product .price,
.wc-block-components-product-price {
	color: var(--cedarix-accent-dark);
	font-weight: 700;
}

.wc-block-product-template .wp-block-post-title a,
.woocommerce-loop-product__title {
	color: var(--cedarix-ink);
	text-decoration: none;
}

.cedarix-shop-shell .wc-block-product-template,
.cedarix-shop-shell .woocommerce ul.products {
	row-gap: 1.4rem;
}

@media (max-width: 781px) {
	.cedarix-site-header {
		position: static;
	}

	.cedarix-hero {
		padding-top: 3rem;
		background:
			linear-gradient(135deg, rgba(255, 255, 255, 0.94), rgba(240, 229, 210, 0.72)),
			url("https://cedarix.com/cdn/shop/files/24_1_420x.png") no-repeat right 1rem bottom 1rem / 140px auto;
	}

	.cedarix-site-footer__contact {
		text-align: left !important;
	}
}
