/* ==========================================================================
   GenSparkWorldExpander — main stylesheet
   Palette: cream paper / forest green / ink brown, hand-drawn accents.
   ========================================================================== */

:root {
	--gwe-paper:      #f7f1e3;
	--gwe-paper-deep: #efe5cf;
	--gwe-kraft:      #e8dcc2;
	--gwe-green:      #2d4a35;
	--gwe-green-dark: #1d3a2a;
	--gwe-forest:     #16301f;
	--gwe-ink:        #2e2a24;
	--gwe-ink-soft:   #5a5347;
	--gwe-ochre:      #b5762e;
	--gwe-line:       rgba(46, 42, 36, .18);
	--gwe-font-body:  'Nunito Sans', 'Segoe UI', sans-serif;
	--gwe-font-hand:  'Caveat', 'Comic Sans MS', cursive;
	--gwe-sketch:     255px 15px 225px 15px / 15px 225px 15px 255px;
	--gwe-shadow:     0 6px 18px rgba(29, 42, 32, .12);
	--gwe-noise: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='2' stitchTiles='stitch'/%3E%3CfeColorMatrix values='0 0 0 0 .35 0 0 0 0 .3 0 0 0 0 .22 0 0 0 .05 0'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* ---------- Base ---------- */

body {
	background-color: var(--gwe-paper);
	background-image: var(--gwe-noise);
	color: var(--gwe-ink);
	font-family: var(--gwe-font-body);
	font-size: 16px;
	line-height: 1.6;
}

h1, h2, h3, .gwe-section-title,
.woocommerce-products-header__title,
.woocommerce div.product .product_title,
.related.products > h2 {
	font-family: var(--gwe-font-hand);
	font-weight: 700;
	color: var(--gwe-ink);
	line-height: 1.1;
	letter-spacing: .01em;
}

a { color: var(--gwe-green); }
a:hover { color: var(--gwe-ochre); }

.gwe-icon {
	width: 1.35em;
	height: 1.35em;
	vertical-align: -0.28em;
	fill: none;
}

.gwe-flip { transform: scaleX(-1); display: inline-block; }

/* ---------- Buttons (brush style) ---------- */

.gwe-btn,
.wp-block-button__link,
button.button,
a.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce #respond input#submit,
.woocommerce div.product form.cart .button {
	display: inline-block;
	background: var(--gwe-green);
	color: #fff !important;
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: .03em;
	padding: .35em 1.4em;
	border: none;
	border-radius: 255px 15px 225px 15px / 15px 225px 15px 255px;
	box-shadow: 0 3px 0 var(--gwe-green-dark), var(--gwe-shadow);
	cursor: pointer;
	transition: transform .15s ease, background .15s ease;
	text-decoration: none;
}

.gwe-btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce div.product form.cart .button:hover {
	background: var(--gwe-forest);
	color: #fff !important;
	transform: translateY(-2px) rotate(-.4deg);
}

/* ---------- Header ---------- */

.gwe-site-header {
	position: sticky;
	top: 0;
	z-index: 200;
	transition: box-shadow .2s ease;
}
.gwe-site-header.is-scrolled { box-shadow: 0 4px 18px rgba(22, 48, 31, .18); }

.gwe-header-top {
	background: var(--gwe-paper);
	background-image: var(--gwe-noise);
	border-bottom: 3px solid var(--gwe-green);
	position: relative;
}

.gwe-header-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: .9rem 1.5rem .6rem;
}

.gwe-header-sprig { color: var(--gwe-green); opacity: .8; flex: 0 0 auto; }
.gwe-header-sprig .gwe-icon { width: 42px; height: 22px; }
.gwe-sprig-right { transform: scaleX(-1); }

.gwe-brand { text-align: center; flex: 1 1 auto; }
.custom-logo-link img { max-height: 64px; width: auto; }

.gwe-logo { text-decoration: none; display: inline-block; color: var(--gwe-ink); }
.gwe-logo-main {
	display: inline-flex;
	align-items: center;
	gap: .3em;
	font-family: var(--gwe-font-hand);
	font-weight: 700;
	font-size: clamp(2rem, 4vw, 2.9rem);
	line-height: 1;
}
.gwe-logo-globe { width: .85em; height: .85em; color: var(--gwe-green); }
.gwe-logo-tag {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: clamp(1rem, 2vw, 1.35rem);
	color: var(--gwe-ink-soft);
}

.gwe-header-actions { display: flex; gap: 1.2rem; flex: 0 0 auto; }
.gwe-action {
	display: inline-flex;
	align-items: center;
	gap: .35em;
	background: none;
	border: none;
	padding: 0;
	font-family: var(--gwe-font-body);
	font-size: .85rem;
	font-weight: 700;
	color: var(--gwe-ink);
	cursor: pointer;
	text-decoration: none;
}
.gwe-action:hover { color: var(--gwe-green); }
.gwe-action .gwe-icon { width: 1.25em; height: 1.25em; }

.gwe-search-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem .9rem;
}
.gwe-search-row form { display: flex; gap: .5rem; }
.gwe-search-row input[type="search"],
.gwe-search-row input[name="s"] {
	flex: 1;
	border: 2px solid var(--gwe-green);
	border-radius: var(--gwe-sketch);
	background: #fff;
	padding: .5em 1em;
	font-family: var(--gwe-font-body);
}
.gwe-search-row button,
.gwe-search-row input[type="submit"] {
	background: var(--gwe-green);
	color: #fff;
	border: none;
	border-radius: 12px 4px 12px 4px;
	padding: .5em 1.2em;
	cursor: pointer;
}

/* ---------- Nav bar ---------- */

.gwe-nav-bar { background: var(--gwe-green); }
.gwe-nav-inner { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }

.gwe-menu {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.gwe-menu li { position: relative; }
.gwe-menu a {
	display: block;
	padding: .8em 1.4em;
	color: #f2efe4;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .04em;
	text-decoration: none;
	border-bottom: 3px solid transparent;
}
.gwe-menu a:hover,
.gwe-menu .current-menu-item > a,
.gwe-menu .current_page_item > a {
	color: #fff;
	border-bottom-color: var(--gwe-paper);
}
.gwe-menu .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 200px;
	background: var(--gwe-paper);
	border: 2px solid var(--gwe-green);
	border-radius: 4px 18px 4px 18px;
	list-style: none;
	margin: 0;
	padding: .4em 0;
	z-index: 50;
	box-shadow: var(--gwe-shadow);
}
.gwe-menu li:hover > .sub-menu { display: block; }
.gwe-menu .sub-menu a { color: var(--gwe-ink); border: none; padding: .5em 1.2em; }
.gwe-menu .sub-menu a:hover { color: var(--gwe-green); }

.gwe-nav-toggle {
	display: none;
	background: none;
	border: none;
	padding: .7em 0;
	cursor: pointer;
}
.gwe-nav-toggle span {
	display: block;
	width: 26px;
	height: 3px;
	background: #fff;
	margin: 5px 0;
	border-radius: 2px;
}
.gwe-nav-toggle em { color: #fff; font-style: normal; font-weight: 700; margin-left: .4em; }

/* ---------- Layout width ---------- */

.gwe-site-content { display: block; }
.ast-container, .site-content .ast-container { max-width: 1280px; }

/* ---------- Torn paper divider ---------- */

.gwe-torn { position: relative; height: 26px; }
.gwe-torn-bottom::after {
	content: "";
	position: absolute;
	left: 0; right: 0; bottom: -1px;
	height: 26px;
	background: var(--gwe-paper);
	clip-path: polygon(0 55%, 4% 35%, 9% 60%, 15% 30%, 21% 55%, 27% 25%, 33% 58%, 39% 35%, 45% 62%, 51% 28%, 57% 55%, 63% 33%, 69% 60%, 75% 30%, 81% 58%, 87% 38%, 93% 62%, 100% 40%, 100% 100%, 0 100%);
}

/* ==========================================================================
   HOMEPAGE
   ========================================================================== */

.gwe-hero {
	background-color: var(--gwe-paper-deep);
	background-size: cover;
	background-position: center;
	min-height: 68vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
}
.gwe-hero-inner {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	padding: 4rem 1.5rem 5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 3rem;
}
.gwe-hero-title {
	font-size: clamp(2.6rem, 5.5vw, 4.4rem);
	margin: 0 0 .5rem;
	max-width: 12ch;
}
.gwe-hero-sub {
	font-size: 1.15rem;
	color: var(--gwe-ink-soft);
	max-width: 40ch;
	margin: 0 0 1.6rem;
}

.gwe-hero-peek {
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: 6px 22px 6px 22px;
	box-shadow: 5px 6px 0 rgba(46,42,36,.2);
	padding: 1.2rem 1.5rem;
	transform: rotate(2deg);
	flex: 0 0 auto;
}
.gwe-peek-label {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: .3rem;
}
.gwe-hero-peek ul { list-style: none; margin: 0; padding: 0; }
.gwe-hero-peek li { display: flex; align-items: center; gap: .5em; padding: .18em 0; font-weight: 600; }
.gwe-hero-peek .gwe-icon { color: var(--gwe-green); }

/* Trust bar */
.gwe-trust { border-bottom: 1px solid var(--gwe-line); padding: 1.8rem 1.5rem 1.2rem; }
.gwe-trust-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.gwe-trust-item {
	display: flex;
	align-items: center;
	gap: .6em;
	flex: 1 1 200px;
	justify-content: center;
	font-weight: 700;
	font-size: .95rem;
	color: var(--gwe-ink-soft);
	padding: .4rem .8rem;
}
.gwe-trust-item + .gwe-trust-item { border-left: 1px solid var(--gwe-line); }
.gwe-trust-item .gwe-icon { width: 1.9em; height: 1.9em; color: var(--gwe-green); flex: 0 0 auto; }
.gwe-trust-note {
	text-align: center;
	font-style: italic;
	color: var(--gwe-ink-soft);
	margin: 1.2rem 0 0;
}
.gwe-trust-note .gwe-icon { width: 34px; height: 18px; color: var(--gwe-green); opacity: .7; }

/* Section titles */
.gwe-section-title {
	text-align: center;
	font-size: clamp(2.2rem, 4.5vw, 3.2rem);
	margin: 3rem 0 2rem;
}
.gwe-section-title .gwe-icon { width: 46px; height: 24px; color: var(--gwe-green); }

/* Explore by Theme */
.gwe-theme-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem;
	display: flex;
	justify-content: center;
	gap: 1.2rem;
	flex-wrap: wrap;
}
.gwe-theme {
	flex: 0 1 160px;
	text-align: center;
	text-decoration: none;
	color: var(--gwe-ink);
}
.gwe-theme-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	border: 3px solid var(--gwe-green);
	background: var(--gwe-paper-deep);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}
.gwe-theme-circle img { width: 100%; height: 100%; object-fit: cover; }
.gwe-theme-fallback { width: 54px; height: 54px; color: var(--gwe-green); }
.gwe-theme:hover .gwe-theme-circle { transform: translateY(-4px); box-shadow: var(--gwe-shadow); }
.gwe-theme-name {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: 1.45rem;
	font-weight: 700;
	margin-top: .4rem;
}
.gwe-theme-desc { display: block; font-size: .82rem; color: var(--gwe-ink-soft); }

/* Featured journals */
.gwe-journal-row {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1.5rem 3rem;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.4rem;
}
.gwe-journal-row::before, .gwe-journal-row::after { content: none; }

.gwe-journal-card {
	position: relative;
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: var(--gwe-sketch);
	box-shadow: 4px 5px 0 rgba(46,42,36,.18);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
	margin: 0 !important;
	width: auto !important;
	float: none !important;
}
.gwe-journal-card:hover { transform: translateY(-5px) rotate(-.3deg); box-shadow: 6px 9px 0 rgba(46,42,36,.22); }
.gwe-journal-link { display: block; text-decoration: none; color: var(--gwe-ink); padding-bottom: 1rem; }
.gwe-journal-thumb { display: block; border-bottom: 2px dashed var(--gwe-line); }
.gwe-journal-thumb img { width: 100%; height: auto; display: block; }
.gwe-journal-name {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	font-weight: 700;
	padding: .6rem .9rem 0;
}
.gwe-journal-desc { display: block; font-size: .82rem; color: var(--gwe-ink-soft); padding: .1rem .9rem; }
.gwe-journal-price {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: 1.6rem;
	font-weight: 700;
	color: var(--gwe-green);
	padding: .2rem .9rem 0;
}

.gwe-badge {
	position: absolute;
	top: 10px;
	left: -6px;
	z-index: 3;
	background: var(--gwe-green);
	color: #fff;
	font-family: var(--gwe-font-hand);
	font-size: 1.15rem;
	padding: .05em .7em;
	border-radius: 3px 12px 12px 3px;
	transform: rotate(-4deg);
	box-shadow: 2px 3px 0 rgba(22,48,31,.35);
}
.gwe-badge-new { background: var(--gwe-ochre); }

.gwe-empty-note { text-align: center; color: var(--gwe-ink-soft); font-style: italic; }

/* Values strip */
.gwe-values {
	background: var(--gwe-paper-deep);
	border-top: 3px solid var(--gwe-green);
	border-bottom: 3px solid var(--gwe-green);
	padding: 2.2rem 1.5rem;
}
.gwe-values-inner {
	max-width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
}
.gwe-value { flex: 1 1 160px; text-align: center; padding: .4rem .6rem; }
.gwe-value + .gwe-value { border-left: 1px solid var(--gwe-line); }
.gwe-value .gwe-icon { width: 2em; height: 2em; color: var(--gwe-green); display: block; margin: 0 auto .3em; }
.gwe-value strong { display: block; font-size: .95rem; }
.gwe-value span { display: block; font-size: .85rem; color: var(--gwe-ink-soft); }

/* ==========================================================================
   FOOTER
   ========================================================================== */

.gwe-site-footer {
	background: var(--gwe-forest);
	color: #e9e4d3;
	margin-top: 4rem;
	position: relative;
}
.gwe-footer-pines {
	height: 90px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='90' viewBox='0 0 120 90'%3E%3Cg fill='%23f7f1e3' fill-opacity='.10'%3E%3Cpath d='M15 20 5 45h6L2 65h9v15h8V65h9l-9-20h6L15 20Z'/%3E%3Cpath d='M55 5 42 36h8l-11 26h11v20h10V62h11L60 36h8L55 5Z'/%3E%3Cpath d='M95 22 84 48h7l-10 22h10v16h9V70h9l-9-22h6L95 22Z'/%3E%3C/g%3E%3C/svg%3E");
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px solid rgba(233,228,211,.15);
}
.gwe-footer-inner {
	max-width: 1280px;
	margin: 0 auto;
	padding: 2.5rem 1.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 2.5rem;
	flex-wrap: wrap;
}
.gwe-footer-brand { flex: 1 1 240px; }
.gwe-footer-sprig { width: 44px; height: 22px; color: #cdb98a; }
.gwe-footer-logo {
	display: block;
	font-family: var(--gwe-font-hand);
	font-size: 2.2rem;
	font-weight: 700;
	color: #f7f1e3;
}
.gwe-footer-tag { display: block; font-family: var(--gwe-font-hand); font-size: 1.25rem; color: #cdb98a; }
.gwe-footer-motto { font-style: italic; color: #b7b09b; max-width: 26ch; }

.gwe-footer-menu { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: .35em; }
.gwe-footer-menu a { color: #e9e4d3; text-decoration: none; font-weight: 700; }
.gwe-footer-menu a:hover { color: #cdb98a; }

.gwe-footer-news { flex: 1 1 280px; }
.gwe-news-form label { display: flex; align-items: center; gap: .4em; font-weight: 700; margin-bottom: .5em; }
.gwe-news-row { display: flex; gap: .5rem; }
.gwe-news-row input {
	flex: 1;
	background: #f7f1e3;
	border: none;
	border-radius: 4px 14px 4px 14px;
	padding: .6em 1em;
	font-family: var(--gwe-font-body);
}
.gwe-news-row button {
	background: var(--gwe-green);
	border: 1px solid #cdb98a;
	color: #f7f1e3;
	border-radius: 4px 14px 4px 14px;
	padding: .5em .9em;
	cursor: pointer;
}
.gwe-social { display: flex; gap: .9rem; margin-top: 1.1rem; }
.gwe-social a { color: #e9e4d3; }
.gwe-social a:hover { color: #cdb98a; }
.gwe-social .gwe-icon { width: 1.7em; height: 1.7em; }

.gwe-footer-base {
	border-top: 1px solid rgba(233,228,211,.15);
	text-align: center;
	padding: 1rem 1.5rem 1.4rem;
	font-size: .85rem;
	color: #b7b09b;
}

/* ==========================================================================
   WOOCOMMERCE — shop grid
   ========================================================================== */

.woocommerce ul.products {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 1.4rem;
	max-width: 1280px;
	margin: 0 auto;
}
.woocommerce ul.products::before, .woocommerce ul.products::after { content: none; }
.woocommerce ul.products li.product {
	position: relative;
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: var(--gwe-sketch);
	box-shadow: 4px 5px 0 rgba(46,42,36,.18);
	width: auto !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 0 1rem;
	overflow: hidden;
	text-align: left;
}
.woocommerce ul.products li.product a img { border-bottom: 2px dashed var(--gwe-line); margin: 0; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	font-weight: 700;
	padding: .6rem .9rem 0;
}
.woocommerce ul.products li.product .price {
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--gwe-green);
	padding: 0 .9rem;
}
.woocommerce ul.products li.product .button { margin: .4rem .9rem 0; font-size: 1.15rem; }
.woocommerce ul.products li.product .star-rating { margin: .3rem .9rem 0; }
.woocommerce .woocommerce-ordering, .woocommerce .woocommerce-result-count { font-size: .9rem; }

.woocommerce span.onsale {
	background: var(--gwe-ochre);
	border-radius: 3px 12px 12px 3px;
	min-height: 0;
	line-height: 1.2;
	padding: .25em .8em;
	font-family: var(--gwe-font-hand);
	font-size: 1.1rem;
}

/* ==========================================================================
   WOOCOMMERCE — single product
   ========================================================================== */

.woocommerce div.product { max-width: 1280px; margin: 0 auto; }

/* breadcrumb */
.woocommerce .woocommerce-breadcrumb {
	font-size: .85rem;
	color: var(--gwe-ink-soft);
	padding: 1rem 0 .2rem;
}
.woocommerce .woocommerce-breadcrumb a { color: var(--gwe-green); }

/* gallery: framed like a journal spread */
.woocommerce div.product div.images {
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: 6px 24px 6px 24px;
	box-shadow: 5px 6px 0 rgba(46,42,36,.2);
	padding: 1rem;
}
.woocommerce div.product div.images .flex-control-thumbs li { padding: 4px; }
.woocommerce div.product div.images .flex-control-thumbs img { border: 1px solid var(--gwe-line); border-radius: 4px; }

/* summary card */
.woocommerce div.product div.summary {
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: var(--gwe-sketch);
	box-shadow: 5px 6px 0 rgba(46,42,36,.18);
	padding: 1.8rem 2rem;
}
.woocommerce div.product .product_title { font-size: clamp(2.2rem, 4vw, 3.1rem); margin: 0 0 .2rem; }
.gwe-product-subtitle {
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	color: var(--gwe-ink-soft);
	margin: 0 0 .6rem;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	font-family: var(--gwe-font-hand);
	font-size: 2.1rem;
	font-weight: 700;
	color: var(--gwe-ink);
}
.woocommerce div.product .woocommerce-product-rating { margin-bottom: .8rem; }
.woocommerce div.product .star-rating { color: var(--gwe-ochre); }
.woocommerce div.product .woocommerce-review-link { color: var(--gwe-ink-soft); font-size: .85rem; }

.woocommerce-product-details__short-description { color: var(--gwe-ink-soft); }
.woocommerce-product-details__short-description ul { list-style: none; padding-left: 0; }
.woocommerce-product-details__short-description ul li {
	padding-left: 1.6em;
	position: relative;
	margin-bottom: .25em;
}
.woocommerce-product-details__short-description ul li::before {
	content: "";
	position: absolute;
	left: 0; top: .32em;
	width: 1em; height: 1em;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20 4C10 4 4 10 4 20c10 0 16-6 16-16Z' fill='none' stroke='%232d4a35' stroke-width='2'/%3E%3C/svg%3E");
	background-size: contain;
	background-repeat: no-repeat;
}

/* qty + cart */
.woocommerce div.product form.cart .quantity .qty {
	border: 2px solid var(--gwe-ink);
	border-radius: 8px 3px 8px 3px;
	padding: .35em;
	font-size: 1rem;
	background: #fff;
}
.woocommerce div.product form.cart { margin-top: 1rem; }

.gwe-delivery-note {
	display: flex;
	align-items: center;
	gap: .5em;
	margin-top: 1rem;
	font-size: .88rem;
	color: var(--gwe-ink-soft);
	border-top: 1px dashed var(--gwe-line);
	padding-top: .9rem;
}
.gwe-delivery-note .gwe-icon { color: var(--gwe-green); flex: 0 0 auto; }

/* tabs as folder tabs */
.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding: 0 0 0 .5rem;
	margin: 2.5rem 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before { border-bottom-color: var(--gwe-green); }
.woocommerce div.product .woocommerce-tabs ul.tabs li {
	background: var(--gwe-paper-deep);
	border: 2px solid var(--gwe-green);
	border-radius: 10px 10px 0 0;
	margin: 0 4px 0 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after { content: none; }
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-family: var(--gwe-font-hand);
	font-size: 1.3rem;
	font-weight: 700;
	color: var(--gwe-ink-soft);
	padding: .35em 1em;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: var(--gwe-green);
	border-bottom-color: var(--gwe-green);
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a { color: #fff; }
.woocommerce div.product .woocommerce-tabs .panel {
	background: #fffdf6;
	border: 2px solid var(--gwe-green);
	border-radius: 0 18px 18px 18px;
	padding: 1.6rem 2rem;
	box-shadow: var(--gwe-shadow);
}
.woocommerce div.product .woocommerce-tabs .panel h2 { font-size: 1.9rem; }

/* perfect-for / sample-pages panels */
.gwe-product-panels {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 1.6rem;
	margin: 2.5rem 0 0;
}
.gwe-panel {
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: 6px 22px 6px 22px;
	box-shadow: 4px 5px 0 rgba(46,42,36,.18);
	padding: 1.4rem 1.8rem;
	position: relative;
}
.gwe-panel::before {
	content: "";
	position: absolute;
	top: -12px; left: 50%;
	width: 110px; height: 24px;
	transform: translateX(-50%) rotate(-1.5deg);
	background: rgba(205, 185, 138, .55);
	border-left: 1px dashed rgba(46,42,36,.25);
	border-right: 1px dashed rgba(46,42,36,.25);
}
.gwe-panel h3 { font-size: 1.9rem; margin: 0 0 .6rem; }
.gwe-panel ul { list-style: none; margin: 0; padding: 0; }
.gwe-panel li { display: flex; gap: .55em; align-items: flex-start; padding: .22em 0; font-weight: 600; }
.gwe-panel li .gwe-icon { color: var(--gwe-green); flex: 0 0 auto; margin-top: .15em; }
.gwe-panel-note {
	display: inline-block;
	background: var(--gwe-green);
	color: #fff;
	font-family: var(--gwe-font-hand);
	font-size: 1.5rem;
	padding: .1em .7em;
	border-radius: 3px 14px 3px 14px;
	transform: rotate(-2deg);
	margin: .8rem 0 0;
}

/* related */
.related.products { margin-top: 3.5rem; }
.related.products > h2 {
	text-align: center;
	font-size: clamp(2rem, 4vw, 2.8rem);
	margin-bottom: 1.6rem;
}

/* reviews */
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 2px solid var(--gwe-line);
	border-radius: 4px 16px 4px 16px;
	background: #fffdf6;
}

/* ==========================================================================
   BLOG / POSTS
   ========================================================================== */

.blog .post, .archive .post, .single-post .post {
	background: #fffdf6;
	border: 2px solid var(--gwe-ink);
	border-radius: var(--gwe-sketch);
	box-shadow: 4px 5px 0 rgba(46,42,36,.15);
	padding: 1.6rem 2rem;
	margin-bottom: 2rem;
}
.blog .entry-title, .archive .entry-title, .single .entry-title {
	font-family: var(--gwe-font-hand);
	font-size: clamp(1.9rem, 3.5vw, 2.6rem);
}
.entry-content a { text-decoration: underline; text-underline-offset: 3px; }
.wp-block-quote, blockquote {
	border-left: 4px solid var(--gwe-green);
	background: var(--gwe-paper-deep);
	border-radius: 0 14px 14px 0;
	padding: 1em 1.4em;
	font-style: italic;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1100px) {
	.woocommerce ul.products, .gwe-journal-row { grid-template-columns: repeat(3, 1fr); }
	.gwe-theme { flex-basis: 140px; }
	.gwe-theme-circle { width: 120px; height: 120px; }
}

@media (max-width: 860px) {
	.gwe-header-inner { flex-wrap: wrap; justify-content: center; }
	.gwe-header-sprig { display: none; }
	.gwe-hero-inner { flex-direction: column; align-items: flex-start; padding: 3rem 1.5rem 4.5rem; }
	.gwe-hero-peek { transform: rotate(0); }
	.gwe-trust-item + .gwe-trust-item, .gwe-value + .gwe-value { border-left: none; }
	.gwe-product-panels { grid-template-columns: 1fr; }
	.woocommerce div.product div.summary { padding: 1.2rem 1.4rem; }

	.gwe-nav-toggle { display: inline-flex; align-items: center; }
	.gwe-menu {
		display: none;
		flex-direction: column;
		align-items: stretch;
		padding-bottom: .6rem;
	}
	.gwe-menu.is-open { display: flex; }
	.gwe-menu a { border-bottom: none; border-left: 3px solid transparent; }
	.gwe-menu a:hover, .gwe-menu .current-menu-item > a { border-left-color: var(--gwe-paper); }
	.gwe-menu .sub-menu { position: static; display: block; border: none; box-shadow: none; background: transparent; }
	.gwe-menu .sub-menu a { color: #d9d4c2; padding-left: 2em; }
}

@media (max-width: 620px) {
	.woocommerce ul.products, .gwe-journal-row { grid-template-columns: repeat(2, 1fr); gap: 1rem; }
	.gwe-theme-circle { width: 104px; height: 104px; }
	.gwe-theme { flex-basis: 120px; }
	.gwe-footer-inner { flex-direction: column; }
	.gwe-hero { min-height: 0; }
}

/* Accessibility */
.screen-reader-text {
	position: absolute !important;
	width: 1px; height: 1px;
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
}
.skip-link:focus {
	position: fixed !important;
	top: 8px; left: 8px;
	width: auto; height: auto;
	clip: auto;
	background: var(--gwe-green);
	color: #fff;
	padding: .6em 1.2em;
	z-index: 999;
	border-radius: 4px;
}
