/*
Theme Name: Oak & Nook Premium
Theme URI: https://oakandnook.co.uk/
Author: Oak & Nook
Author URI: https://oakandnook.co.uk/
Description: Editorial child theme for GeneratePress built for Oak & Nook - the UK home decor and home improvement journal. Centred logo header with a sticky category navigation bar, simple three column footer, card based blog layouts and a complete design system.
Template: generatepress
Version: 1.1.6
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: oakandnook-premium
Tags: blog, two-columns, right-sidebar, custom-menu, custom-logo, editor-style, featured-images, full-width-template, threaded-comments, translation-ready
*/

/* ==========================================================================
   1. DESIGN TOKENS
   ========================================================================== */
:root {
	--ink: #12211A;
	--forest-900: #16281F;
	--forest-800: #1D3A2C;
	--forest-700: #26503F;
	--forest-600: #326553;
	--sage-500: #7FA08C;
	--sage-200: #CFDDD4;
	--sage-100: #E8F0EA;
	--oak-700: #96703F;
	--oak-600: #B0864F;
	--oak-500: #C69C6D;
	--oak-300: #E3CDAE;
	--oak-100: #F6EEE2;
	--cream: #FBF9F5;
	--cream-2: #F4F0E8;
	--line: #E7E1D6;
	--line-soft: #F0EBE2;
	--text: #1E2621;
	--muted: #5E6B63;
	--muted-2: #808C84;
	--white: #FFFFFF;

	--font-serif: "Playfair Display", "Iowan Old Style", Georgia, serif;
	--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;

	--wrap: 1240px;
	--gutter: 28px;
	--radius-s: 8px;
	--radius: 14px;
	--radius-l: 22px;
	--radius-xl: 32px;

	--shadow-1: 0 1px 2px rgba(18, 33, 26, .05), 0 2px 8px rgba(18, 33, 26, .04);
	--shadow-2: 0 10px 30px rgba(18, 33, 26, .08), 0 2px 8px rgba(18, 33, 26, .04);
	--shadow-3: 0 26px 60px rgba(18, 33, 26, .14), 0 8px 20px rgba(18, 33, 26, .06);

	--ease: cubic-bezier(.22, 1, .36, 1);
	--dur: .45s;
	--hdr: 78px;
}

/* ==========================================================================
   2. BASE
   ========================================================================== */
html {
	scroll-behavior: smooth;
	-webkit-text-size-adjust: 100%;
}

body.onp {
	font-family: var(--font-sans);
	font-size: 17px;
	line-height: 1.72;
	color: var(--text);
	background: var(--white);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
}

.onp *,
.onp *::before,
.onp *::after {
	box-sizing: border-box;
}

.onp img {
	max-width: 100%;
	height: auto;
	display: block;
}

.onp ::selection {
	background: var(--oak-300);
	color: var(--forest-900);
}

.onp .onp-wrap {
	width: 100%;
	max-width: var(--wrap);
	margin-inline: auto;
	padding-inline: var(--gutter);
}

/* GeneratePress container reset for our full-bleed sections. */
.onp-front #page,
.onp-front #content,
.onp-front #primary {
	max-width: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	float: none;
}

.onp-front .site-content {
	display: block;
}

.onp-front.separate-containers .site-main {
	margin: 0;
}

.onp-front #right-sidebar,
.onp-front .entry-header,
.onp-front .page-header {
	display: none;
}

/* ==========================================================================
   3. TYPOGRAPHY
   ========================================================================== */
.onp h1,
.onp h2,
.onp h3,
.onp h4,
.onp h5,
.onp .entry-title,
.onp .page-title,
.onp .widget-title {
	font-family: var(--font-serif);
	color: var(--forest-900);
	font-weight: 500;
	letter-spacing: -.015em;
	line-height: 1.16;
	margin: 0 0 .6em;
}

.onp h1 { font-size: clamp(2.1rem, 4.4vw, 3.4rem); }
.onp h2 { font-size: clamp(1.75rem, 3.1vw, 2.5rem); }
.onp h3 { font-size: clamp(1.25rem, 1.9vw, 1.6rem); }
.onp h4 { font-size: 1.18rem; }

.onp p { margin: 0 0 1.35em; }

.onp a {
	color: var(--forest-700);
	text-decoration: none;
	transition: color .25s var(--ease), opacity .25s var(--ease);
}

.onp a:hover { color: var(--oak-600); }

.onp-eyebrow {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: .72rem;
	font-weight: 600;
	letter-spacing: .22em;
	text-transform: uppercase;
	color: var(--oak-700);
	margin-bottom: 14px;
}

.onp-eyebrow--light { color: var(--oak-300); }

.onp-section-title {
	font-size: clamp(1.9rem, 3.2vw, 2.7rem);
	margin-bottom: .35em;
}

.onp-section-text {
	color: var(--muted);
	max-width: 46ch;
	margin: 0;
	font-size: 1.02rem;
}

.onp-dot {
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: currentColor;
	opacity: .4;
	display: inline-block;
}

/* ==========================================================================
   4. BUTTONS, CHIPS, LINKS
   ========================================================================== */
.onp .onp-btn {
	display: inline-flex;
	align-items: center;
	gap: 9px;
	font-family: var(--font-sans);
	font-size: .95rem;
	font-weight: 500;
	letter-spacing: .01em;
	line-height: 1;
	padding: 16px 26px;
	border-radius: 999px;
	border: 1px solid transparent;
	cursor: pointer;
	transition: transform .35s var(--ease), background .3s var(--ease), color .3s var(--ease), box-shadow .35s var(--ease), border-color .3s var(--ease);
	text-align: center;
	white-space: nowrap;
}

.onp .onp-btn svg { transition: transform .35s var(--ease); }
.onp .onp-btn:hover svg { transform: translateX(4px); }

.onp .onp-btn--primary {
	background: var(--oak-600);
	color: #fff;
	box-shadow: 0 8px 22px rgba(150, 112, 63, .25);
}

.onp .onp-btn--primary:hover {
	background: var(--oak-700);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(150, 112, 63, .3);
}

.onp .onp-btn--dark {
	background: var(--forest-800);
	color: #fff;
}

.onp .onp-btn--dark:hover {
	background: var(--forest-900);
	color: #fff;
	transform: translateY(-2px);
	box-shadow: var(--shadow-2);
}

.onp .onp-btn--ghost {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, .35);
}

.onp .onp-btn--ghost:hover {
	background: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .7);
	color: #fff;
	transform: translateY(-2px);
}

.onp .onp-btn--outline {
	background: transparent;
	color: var(--forest-800);
	border-color: var(--line);
}

.onp .onp-btn--outline:hover {
	border-color: var(--forest-800);
	color: var(--forest-900);
}

.onp-chip {
	display: inline-block;
	font-family: var(--font-sans);
	font-size: .68rem;
	font-weight: 600;
	letter-spacing: .16em;
	text-transform: uppercase;
	padding: 7px 13px;
	border-radius: 999px;
	background: rgba(255, 255, 255, .92);
	color: var(--forest-800);
	backdrop-filter: blur(6px);
}

.onp-chip--solid {
	background: var(--oak-600);
	color: #fff;
}

.onp a.onp-chip--solid:hover {
	background: var(--forest-800);
	color: #fff;
}

.onp .onp-textlink {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .9rem;
	font-weight: 600;
	letter-spacing: .04em;
	text-transform: uppercase;
	color: var(--forest-800);
	border-bottom: 1px solid var(--line);
	padding-bottom: 6px;
	white-space: nowrap;
}

.onp .onp-textlink:hover {
	color: var(--oak-600);
	border-color: var(--oak-500);
}

.onp .onp-textlink svg { transition: transform .35s var(--ease); }
.onp .onp-textlink:hover svg { transform: translateX(4px); }

/* Reveal animation */
.onp-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity .7s var(--ease), transform .7s var(--ease);
}

.onp-reveal.is-in {
	opacity: 1;
	transform: none;
}

@media (prefers-reduced-motion: reduce) {
	.onp-reveal { opacity: 1; transform: none; transition: none; }
	html { scroll-behavior: auto; }
}

/* ==========================================================================
   5. HEADER - centred logo, navigation bar below (reference layout)
   ========================================================================== */
.onp #masthead.site-header {
	background: var(--forest-900);
	padding: 0;
	border: 0;
	position: relative;
	z-index: 501;
}

.onp #masthead .inside-header {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	max-width: var(--wrap);
	padding: 22px var(--gutter) 18px;
	min-height: 0;
	gap: 0;
}

.onp .site-branding-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 6px;
	margin: 0 auto;
}

.onp .site-logo { margin: 0; }

.onp .site-logo img.header-image {
	width: auto;
	height: 118px;
	max-height: 118px;
	transition: height .35s var(--ease);
}

.onp .site-branding .main-title {
	font-family: var(--font-serif);
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
	line-height: 1.2;
}

.onp .site-branding .main-title a { color: #fff; }
.onp .site-branding .main-title a:hover { color: var(--oak-300); }
.onp .site-description { display: none; }
.onp.wp-custom-logo .site-branding { display: none; }

/* ---------- Navigation bar (sticky, sits under the header) ---------- */
.onp .main-navigation {
	position: sticky;
	top: 0;
	z-index: 500;
	background: var(--forest-900);
	border-top: 1px solid rgba(255, 255, 255, .07);
	box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
	transition: box-shadow .35s var(--ease);
}

.admin-bar.onp .main-navigation { top: 32px; }

.onp-scrolled .main-navigation { box-shadow: 0 8px 26px rgba(0, 0, 0, .28); }

.onp .main-navigation .inside-navigation {
	max-width: var(--wrap);
	width: 100%;
	margin: 0 auto;
	padding: 0 var(--gutter);
	display: flex;
	justify-content: center;
}

.onp .main-navigation .main-nav { width: auto; }

.onp .main-navigation .main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 0;
}

.onp .main-navigation .main-nav ul li a {
	display: flex;
	align-items: center;
	font-family: var(--font-sans);
	font-size: .95rem;
	font-weight: 400;
	letter-spacing: .01em;
	color: rgba(255, 255, 255, .9);
	line-height: 1;
	padding: 0 20px;
	height: 62px;
	border-radius: 0;
	transition: background .28s var(--ease), color .28s var(--ease);
}

.onp .main-navigation .main-nav ul li a:hover,
.onp .main-navigation .main-nav ul li:hover > a {
	background: var(--forest-700);
	color: #fff;
}

.onp .main-navigation .main-nav ul li.current-menu-item > a,
.onp .main-navigation .main-nav ul li.current_page_item > a,
.onp .main-navigation .main-nav ul li.current-menu-ancestor > a,
.onp .main-navigation .main-nav ul li.current-menu-parent > a {
	background: var(--forest-700);
	color: #fff;
}

/* Dropdowns */
.onp .main-navigation ul ul {
	background: var(--forest-900);
	box-shadow: 0 18px 40px rgba(0, 0, 0, .3);
	border-radius: 0;
	padding: 0;
	min-width: 240px;
	border: 0;
	border-top: 2px solid var(--oak-600);
}

.onp .main-navigation ul ul li a {
	height: auto;
	color: rgba(255, 255, 255, .85);
	font-size: .9rem;
	padding: 13px 20px;
	white-space: normal;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
}

.onp .main-navigation ul ul li:last-child > a { border-bottom: 0; }

.onp .main-navigation ul ul li a:hover,
.onp .main-navigation ul ul li.current-menu-item > a {
	background: var(--forest-700);
	color: #fff;
}

.onp .main-navigation .dropdown-menu-toggle { padding: 0 0 0 6px; }

/* Search button inside the nav bar */
.onp .onp-nav-search { display: flex; align-items: center; }

.onp .onp-search-open {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 62px;
	width: 56px;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, .9);
	cursor: pointer;
	padding: 0;
	transition: background .28s var(--ease), color .28s var(--ease);
}

.onp .onp-search-open:hover { background: var(--forest-700); color: #fff; }

/* Optional newsletter link, styled like a normal menu item */
.onp .main-navigation .main-nav ul li.onp-nav-cta a { color: var(--oak-300); }
.onp .main-navigation .main-nav ul li.onp-nav-cta a:hover { background: var(--forest-700); color: #fff; }

/* Mobile toggle */
.onp .menu-toggle,
.onp .mobile-menu-control-wrapper .menu-toggle {
	flex: 0 0 auto;
	width: auto;
	margin-left: auto;
	color: #fff;
	background: transparent;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 4px;
	padding: 9px 15px;
	line-height: 1;
	font-size: .9rem;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.onp .menu-toggle:hover { background: rgba(255, 255, 255, .1); }

/* Reading progress bar (single posts) */
.onp-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	z-index: 600;
	background: transparent;
	pointer-events: none;
}

.admin-bar .onp-progress { top: 32px; }

.onp-progress span {
	display: block;
	height: 100%;
	width: 0;
	background: var(--oak-500);
	transition: width .1s linear;
}

/* ==========================================================================
   6. SEARCH OVERLAY
   ========================================================================== */
.onp-search-overlay {
	position: fixed;
	inset: 0;
	z-index: 900;
	background: rgba(18, 33, 26, .97);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity .35s var(--ease), visibility .35s var(--ease);
}

.onp-search-overlay[hidden] { display: flex; }
.onp-search-overlay.is-open { opacity: 1; visibility: visible; }

.onp-search-overlay__inner {
	width: min(760px, 88vw);
	text-align: center;
	transform: translateY(12px);
	transition: transform .45s var(--ease);
}

.onp-search-overlay.is-open .onp-search-overlay__inner { transform: none; }

.onp-search-close {
	position: absolute;
	top: 26px;
	right: 32px;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	color: #fff;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	transition: background .3s var(--ease), transform .3s var(--ease);
}

.onp-search-close:hover { background: var(--oak-600); transform: rotate(90deg); }

.onp-search-form {
	display: flex;
	align-items: center;
	gap: 14px;
	border-bottom: 1px solid rgba(255, 255, 255, .28);
	padding-bottom: 14px;
	margin-bottom: 26px;
}

.onp-search-form input[type="search"] {
	flex: 1;
	background: transparent;
	border: 0;
	color: #fff;
	font-family: var(--font-serif);
	font-size: clamp(1.4rem, 3.4vw, 2.1rem);
	padding: 6px 2px;
	outline: none;
}

.onp-search-form input::placeholder { color: rgba(255, 255, 255, .38); }

.onp-search-form button {
	background: var(--oak-600);
	border: 0;
	color: #fff;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .3s var(--ease), transform .3s var(--ease);
}

.onp-search-form button:hover { background: #fff; color: var(--forest-900); transform: translateX(3px); }

.onp-search-suggest span {
	display: block;
	color: rgba(255, 255, 255, .5);
	font-size: .72rem;
	letter-spacing: .2em;
	text-transform: uppercase;
	margin-bottom: 14px;
}

.onp-search-suggest ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.onp-search-suggest a {
	display: inline-block;
	padding: 9px 18px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, .2);
	color: rgba(255, 255, 255, .82);
	font-size: .86rem;
}

.onp-search-suggest a:hover { background: #fff; color: var(--forest-900); border-color: #fff; }

/* Back to top */
.onp-totop {
	position: fixed;
	right: 24px;
	bottom: 26px;
	width: 44px;
	height: 44px;
	border-radius: 4px;
	background: var(--forest-800);
	color: #fff;
	border: 0;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	pointer-events: none;
	transform: translateY(10px);
	transition: opacity .3s var(--ease), transform .3s var(--ease), background .3s var(--ease);
	z-index: 400;
	box-shadow: var(--shadow-2);
}

.onp-totop svg { transform: rotate(-90deg); }
.onp-totop.is-visible { opacity: 1; pointer-events: auto; transform: none; }
.onp-totop:hover { background: var(--oak-600); }

/* ==========================================================================
   7. HOMEPAGE - HERO
   ========================================================================== */
.onp-hero {
	position: relative;
	background: var(--forest-900);
	color: #fff;
	padding: 84px 0 92px;
	overflow: hidden;
}

.onp-hero__bg {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(110% 80% at 78% 8%, rgba(198, 156, 109, .22) 0%, transparent 55%),
		radial-gradient(80% 70% at 0% 100%, rgba(127, 160, 140, .18) 0%, transparent 60%),
		linear-gradient(160deg, #16281F 0%, #1D3A2C 52%, #12211A 100%);
}

.onp-hero__bg::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: .35;
	background-image: radial-gradient(rgba(255, 255, 255, .07) 1px, transparent 1px);
	background-size: 22px 22px;
}

.onp-hero__inner {
	position: relative;
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 68px;
	align-items: center;
}

.onp-hero__title {
	color: #fff;
	font-size: clamp(2.6rem, 5.2vw, 4.2rem);
	line-height: 1.06;
	letter-spacing: -.025em;
	margin-bottom: 22px;
}

.onp-hero__title em {
	font-style: italic;
	color: var(--oak-300);
}

.onp-hero__lede {
	color: rgba(255, 255, 255, .78);
	font-size: 1.1rem;
	line-height: 1.75;
	max-width: 50ch;
	margin-bottom: 34px;
}

.onp-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-bottom: 52px;
}

.onp-hero__stats {
	list-style: none;
	margin: 0;
	padding: 26px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .14);
	display: flex;
	gap: 42px;
}

.onp-hero__stats li { display: flex; flex-direction: column; gap: 4px; }

.onp-hero__stats strong {
	font-family: var(--font-serif);
	font-size: 1.9rem;
	font-weight: 500;
	color: #fff;
	line-height: 1;
}

.onp-hero__stats span {
	font-size: .76rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
}

/* Hero media grid */
.onp-hero__media {
	position: relative;
	display: grid;
	grid-template-columns: 1fr 128px;
	grid-template-rows: 300px 168px;
	gap: 18px;
}

.onp-hero__card {
	display: block;
	position: relative;
	border-radius: var(--radius-l);
	overflow: hidden;
	box-shadow: var(--shadow-3);
	transition: transform .6s var(--ease);
}

.onp-hero__card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .8s var(--ease);
}

.onp-hero__card:hover { transform: translateY(-6px); }
.onp-hero__card:hover img { transform: scale(1.05); }

.onp-hero__card--main { grid-column: 1 / -1; }

.onp-hero__card--sub { grid-column: 1 / 2; }

.onp-hero__cardbody {
	position: absolute;
	inset: auto 0 0 0;
	padding: 20px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	background: linear-gradient(to top, rgba(11, 22, 17, .92) 0%, rgba(11, 22, 17, .35) 62%, transparent 100%);
}

.onp-hero__cardtitle {
	font-family: var(--font-serif);
	font-size: 1.05rem;
	line-height: 1.3;
	color: #fff;
}

.onp-hero__card--sub .onp-hero__cardtitle { font-size: .95rem; }

.onp-hero__badge {
	grid-column: 2 / 3;
	align-self: center;
	justify-self: center;
	width: 122px;
	height: 122px;
	border-radius: 50%;
	background: var(--oak-600);
	color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: .68rem;
	letter-spacing: .14em;
	text-transform: uppercase;
	line-height: 1.5;
	box-shadow: var(--shadow-3);
	animation: onp-float 7s ease-in-out infinite;
}

.onp-hero__badge em {
	font-family: var(--font-serif);
	font-style: italic;
	font-size: .95rem;
	letter-spacing: 0;
	text-transform: none;
}

@keyframes onp-float {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-9px); }
}

/* ==========================================================================
   8. SECTION SHELL
   ========================================================================== */
.onp-section { padding: 96px 0; }

.onp-section--tiles { background: var(--white); }
.onp-section--featured { background: var(--cream); }
.onp-section--latest { background: var(--white); }
.onp-section--guides { background: var(--forest-900); color: rgba(255, 255, 255, .82); }
.onp-section--trust { background: var(--cream-2); }
.onp-section--about { background: var(--white); }

.onp-section--newsletter {
	background: linear-gradient(135deg, var(--forest-800) 0%, var(--forest-700) 55%, var(--forest-900) 100%);
	color: #fff;
	padding: 88px 0;
}

.onp-section-head {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 34px;
	margin-bottom: 52px;
}

.onp-section-head .onp-section-title { margin-bottom: 12px; }

/* ==========================================================================
   9. CATEGORY TILES
   ========================================================================== */
.onp-tiles {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 22px;
}

.onp-tile {
	position: relative;
	display: block;
	height: 320px;
	border-radius: var(--radius-l);
	overflow: hidden;
	background: var(--forest-800);
	box-shadow: var(--shadow-1);
	transition: transform .55s var(--ease), box-shadow .55s var(--ease);
}

.onp-tile:nth-child(1),
.onp-tile:nth-child(6) { height: 380px; }

.onp-tile:hover { transform: translateY(-6px); box-shadow: var(--shadow-3); }

.onp .onp-tile__img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 1s var(--ease), filter .6s var(--ease);
}

.onp-tile:hover .onp-tile__img { transform: scale(1.07); }

.onp-tile__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(to top, rgba(11, 22, 17, .9) 0%, rgba(11, 22, 17, .42) 48%, rgba(11, 22, 17, .12) 100%);
	transition: background .5s var(--ease);
}

.onp-tile:hover .onp-tile__overlay {
	background: linear-gradient(to top, rgba(11, 22, 17, .93) 0%, rgba(20, 45, 34, .55) 55%, rgba(11, 22, 17, .2) 100%);
}

.onp-tile__body {
	position: absolute;
	inset: auto 0 0 0;
	padding: 26px 26px 28px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	color: #fff;
}

.onp-tile__count {
	font-size: .7rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--oak-300);
}

.onp-tile__name {
	font-family: var(--font-serif);
	font-size: 1.5rem;
	line-height: 1.2;
}

.onp-tile__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: .78rem;
	letter-spacing: .16em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .82);
	margin-top: 6px;
	opacity: 0;
	transform: translateY(8px);
	transition: opacity .45s var(--ease), transform .45s var(--ease);
}

.onp-tile:hover .onp-tile__link { opacity: 1; transform: none; }

/* ==========================================================================
   10. CARDS + GRIDS
   ========================================================================== */
.onp-grid { display: grid; gap: 30px; }
.onp-grid--3 { grid-template-columns: repeat(3, 1fr); }
.onp-grid--2 { grid-template-columns: repeat(2, 1fr); }

.onp-card {
	display: flex;
	flex-direction: column;
	background: transparent;
}

.onp-card__media {
	position: relative;
	display: block;
	border-radius: var(--radius);
	overflow: hidden;
	background: var(--cream-2);
	aspect-ratio: 10 / 7;
	margin-bottom: 20px;
}

.onp-card__media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .9s var(--ease);
}

.onp-card:hover .onp-card__media img { transform: scale(1.055); }

.onp-card__media .onp-chip {
	position: absolute;
	left: 14px;
	top: 14px;
	box-shadow: 0 4px 14px rgba(18, 33, 26, .18);
}

.onp-card__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--sage-500);
	background: var(--sage-100);
}

.onp-card__title {
	font-size: 1.28rem;
	line-height: 1.28;
	margin: 0 0 10px;
}

.onp-card__title a { color: var(--forest-900); }
.onp-card__title a:hover { color: var(--oak-700); }

.onp-card__excerpt {
	color: var(--muted);
	font-size: .97rem;
	line-height: 1.66;
	margin: 0 0 14px;
}

.onp-card__meta {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: .78rem;
	letter-spacing: .06em;
	text-transform: uppercase;
	color: var(--muted-2);
	margin-top: auto;
}

/* Featured composition */
.onp-featured {
	display: grid;
	grid-template-columns: 1.35fr 1fr;
	gap: 40px;
	align-items: start;
}

.onp-card--wide .onp-card__media { aspect-ratio: 16 / 10; }
.onp-card--wide .onp-card__title { font-size: clamp(1.6rem, 2.4vw, 2.1rem); }
.onp-card--wide .onp-card__excerpt { font-size: 1.04rem; }

.onp-featured__side {
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.onp-card--minimal {
	display: grid;
	grid-template-columns: 122px 1fr;
	gap: 20px;
	align-items: center;
	padding-bottom: 26px;
	border-bottom: 1px solid var(--line);
}

.onp-featured__side .onp-card--minimal:last-child { border-bottom: 0; padding-bottom: 0; }

.onp-card--minimal .onp-card__media {
	margin: 0;
	aspect-ratio: 1 / 1;
	border-radius: var(--radius-s);
}

.onp-card--minimal .onp-card__media .onp-chip { display: none; }
.onp-card--minimal .onp-card__title { font-size: 1.06rem; margin-bottom: 8px; }
.onp-card--minimal .onp-card__meta { font-size: .72rem; }

/* ==========================================================================
   11. GUIDES BAND
   ========================================================================== */
.onp-guides {
	display: grid;
	grid-template-columns: .85fr 1.15fr;
	gap: 70px;
	align-items: center;
}

.onp-guides__intro .onp-section-title { color: #fff; }
.onp-guides__intro p { color: rgba(255, 255, 255, .72); margin-bottom: 30px; }
.onp-guides__intro .onp-btn--dark { background: var(--oak-600); }
.onp-guides__intro .onp-btn--dark:hover { background: #fff; color: var(--forest-900); }

.onp-guides__list {
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 1px solid rgba(255, 255, 255, .12);
}

.onp-guides__list li { border-bottom: 1px solid rgba(255, 255, 255, .12); }

.onp-guides__list a {
	display: grid;
	grid-template-columns: 58px 1fr 34px;
	align-items: center;
	gap: 14px;
	padding: 24px 8px;
	color: rgba(255, 255, 255, .9);
	transition: padding .4s var(--ease), background .4s var(--ease);
}

.onp-guides__list a:hover {
	background: rgba(255, 255, 255, .05);
	padding-left: 18px;
	color: #fff;
}

.onp-guides__num {
	font-family: var(--font-serif);
	font-size: 1.05rem;
	color: var(--oak-300);
}

.onp-guides__title {
	font-family: var(--font-serif);
	font-size: 1.22rem;
	line-height: 1.34;
}

.onp-guides__arrow { color: var(--oak-300); display: flex; justify-content: flex-end; }
.onp-guides__list a:hover .onp-guides__arrow { color: #fff; }

/* ==========================================================================
   12. TRUST / VALUES
   ========================================================================== */
.onp-values {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

.onp-value {
	background: #fff;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-l);
	padding: 34px 28px;
	transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
}

.onp-value:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-2);
	border-color: var(--oak-300);
}

.onp-value__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 52px;
	height: 52px;
	border-radius: 16px;
	background: var(--sage-100);
	color: var(--forest-700);
	margin-bottom: 20px;
	transition: background .4s var(--ease), color .4s var(--ease);
}

.onp-value:hover .onp-value__icon { background: var(--oak-600); color: #fff; }

.onp-value h3 { font-size: 1.16rem; margin-bottom: 10px; }
.onp-value p { color: var(--muted); font-size: .95rem; line-height: 1.65; margin: 0; }

/* ==========================================================================
   13. ABOUT STRIP
   ========================================================================== */
.onp-about {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 72px;
	align-items: center;
}

.onp-about__media { position: relative; }

.onp-about__media img {
	width: 100%;
	border-radius: var(--radius-xl);
	box-shadow: var(--shadow-2);
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.onp-about__quote {
	position: absolute;
	right: -18px;
	bottom: -26px;
	max-width: 270px;
	background: var(--forest-900);
	color: #fff;
	border-radius: var(--radius-l);
	padding: 22px 24px;
	font-family: var(--font-serif);
	font-size: 1.02rem;
	line-height: 1.45;
	box-shadow: var(--shadow-3);
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.onp-about__quote svg { color: var(--oak-300); }

.onp-about__text p { color: var(--muted); }

.onp-ticks {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.onp-ticks li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: .98rem;
	color: var(--text);
}

.onp-ticks svg {
	flex: 0 0 auto;
	color: var(--oak-600);
	margin-top: 5px;
}

/* ==========================================================================
   14. NEWSLETTER
   ========================================================================== */
.onp-newsletter {
	display: grid;
	grid-template-columns: 1.05fr .95fr;
	gap: 60px;
	align-items: center;
}

.onp-newsletter h2 {
	color: #fff;
	font-size: clamp(1.9rem, 3.2vw, 2.7rem);
	margin-bottom: 14px;
}

.onp-newsletter p { color: rgba(255, 255, 255, .76); margin: 0; }
.onp-newsletter__note { font-size: .82rem; color: rgba(255, 255, 255, .55); margin-top: 14px; }
.onp-newsletter__note a { color: rgba(255, 255, 255, .8); text-decoration: underline; }

/* Subscribe form (shared) */
.onp-subscribe { margin: 0; width: 100%; }

.onp-subscribe__row {
	display: flex;
	gap: 10px;
	background: rgba(255, 255, 255, .1);
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 999px;
	padding: 7px 7px 7px 22px;
	align-items: center;
	transition: border-color .3s var(--ease), background .3s var(--ease);
}

.onp-subscribe__row:focus-within {
	border-color: var(--oak-500);
	background: rgba(255, 255, 255, .16);
}

.onp-subscribe input[type="email"] {
	flex: 1;
	min-width: 0;
	background: transparent;
	border: 0;
	outline: none;
	color: #fff;
	font-family: var(--font-sans);
	font-size: .98rem;
	padding: 10px 0;
}

.onp-subscribe input[type="email"]::placeholder { color: rgba(255, 255, 255, .5); }

.onp-subscribe .onp-btn { padding: 14px 24px; }

.onp-subscribe__msg {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 12px 0 0;
	font-size: .88rem;
}

.onp-subscribe__msg--ok { color: var(--oak-300); }
.onp-subscribe__msg--err { color: #FFB4A2; }

/* Light-background variants */
.onp-swidget--cta .onp-subscribe__row,
.onp-inline-cta .onp-subscribe__row,
.onp-footer-cta .onp-subscribe__row { background: rgba(255, 255, 255, .12); }

/* Inline CTA inside posts */
.onp-inline-cta {
	margin: 52px 0;
	background: linear-gradient(135deg, var(--forest-800), var(--forest-900));
	color: #fff;
	border-radius: var(--radius-xl);
	padding: 40px 42px;
	display: grid;
	grid-template-columns: 1fr .9fr;
	gap: 34px;
	align-items: center;
}

.onp-inline-cta h3 { color: #fff; font-size: 1.5rem; margin-bottom: 8px; }
.onp-inline-cta p { color: rgba(255, 255, 255, .74); margin: 0; font-size: .96rem; }

/* Footer CTA band */
.onp-footer-cta {
	background: var(--cream-2);
	background-image: linear-gradient(135deg, var(--forest-800) 0%, var(--forest-700) 60%, var(--forest-900) 100%);
	color: #fff;
	padding: 74px 0;
}

.onp-footer-cta__inner {
	display: grid;
	grid-template-columns: 1.1fr .9fr;
	gap: 54px;
	align-items: center;
}

.onp-footer-cta h2 { color: #fff; font-size: clamp(1.7rem, 2.8vw, 2.3rem); margin-bottom: 12px; }
.onp-footer-cta p { color: rgba(255, 255, 255, .74); margin: 0; }

/* ==========================================================================
   15. PAGE / ARCHIVE HEROES
   ========================================================================== */
.onp-pagehero {
	background: var(--cream);
	border-bottom: 1px solid var(--line-soft);
	padding: 64px 0 58px;
	position: relative;
	overflow: hidden;
}

.onp-pagehero::before {
	content: "";
	position: absolute;
	top: -160px;
	right: -120px;
	width: 460px;
	height: 460px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(198, 156, 109, .16) 0%, transparent 68%);
}

.onp-pagehero__inner { position: relative; max-width: 900px; }

.onp-pagehero__title {
	font-size: clamp(2.1rem, 4.2vw, 3.3rem);
	margin: 0 0 16px;
	letter-spacing: -.02em;
}

.onp-pagehero__text {
	color: var(--muted);
	font-size: 1.06rem;
	max-width: 62ch;
	margin: 0;
}

.onp-pagehero__count {
	display: inline-block;
	margin-top: 18px;
	font-size: .74rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--forest-700);
	background: var(--sage-100);
	padding: 8px 15px;
	border-radius: 999px;
}

.onp-inline-search {
	display: flex;
	gap: 10px;
	margin-top: 26px;
	max-width: 520px;
}

.onp-inline-search input[type="search"] {
	flex: 1;
	border: 1px solid var(--line);
	background: #fff;
	border-radius: 999px;
	padding: 15px 22px;
	font-family: var(--font-sans);
	font-size: .97rem;
	outline: none;
	transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.onp-inline-search input[type="search"]:focus {
	border-color: var(--oak-500);
	box-shadow: 0 0 0 4px rgba(198, 156, 109, .16);
}

/* Breadcrumbs */
.onp-crumbs { margin-bottom: 20px; }

.onp-crumbs ol {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	font-size: .8rem;
	letter-spacing: .04em;
	color: var(--muted-2);
}

.onp-crumbs li { display: flex; align-items: center; gap: 8px; }

.onp-crumbs li + li::before {
	content: "/";
	color: var(--line);
}

.onp-crumbs a { color: var(--muted); }
.onp-crumbs a:hover { color: var(--oak-700); }
.onp-crumbs span[aria-current] { color: var(--forest-800); font-weight: 500; }

/* Post hero */
.onp-posthero {
	background: var(--cream);
	border-bottom: 1px solid var(--line-soft);
	padding: 58px 0 0;
}

.onp-posthero__inner { max-width: 860px; }

.onp-posthero__title {
	font-size: clamp(2.1rem, 4.3vw, 3.35rem);
	line-height: 1.1;
	letter-spacing: -.022em;
	margin: 18px 0 18px;
}

.onp-posthero__standfirst {
	font-size: 1.16rem;
	line-height: 1.68;
	color: var(--muted);
	max-width: 62ch;
	margin-bottom: 26px;
}

.onp-posthero__meta {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	font-size: .87rem;
	color: var(--muted);
	padding-bottom: 42px;
}

.onp-posthero__meta .onp-rt { display: inline-flex; align-items: center; gap: 6px; }
.onp-posthero__by strong { color: var(--forest-800); font-weight: 600; }

.onp-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: var(--forest-800);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: var(--font-serif);
	font-size: 1rem;
	margin-right: 2px;
}

.onp-posthero__figure { padding-bottom: 0; }

.onp-posthero__figure img {
	width: 100%;
	border-radius: var(--radius-l) var(--radius-l) 0 0;
	aspect-ratio: 16 / 8;
	object-fit: cover;
	box-shadow: var(--shadow-2);
	margin-bottom: -60px;
	position: relative;
	z-index: 2;
}

.onp-single #page { padding-top: 84px; }

/* Hide GeneratePress default headers where our heroes take over */
.onp-single .entry-header,
.onp-single .inside-article > .post-image,
.onp-single .featured-image,
.onp-list .page-header,
.onp .page-hero,
.onp-page-custom .entry-header {
	display: none;
}

.onp.page:not(.onp-front) .entry-header { display: none; }

/* ==========================================================================
   16. CONTENT AREA / GP OVERRIDES
   ========================================================================== */
.onp:not(.onp-front) #page {
	max-width: var(--wrap);
	padding-left: var(--gutter);
	padding-right: var(--gutter);
}

.onp.separate-containers .site-main { margin: 0; }

.onp.separate-containers .inside-article,
.onp.separate-containers .paging-navigation,
.onp.separate-containers .comments-area {
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.onp.separate-containers .site-main > *:not(:last-child) { margin-bottom: 46px; }

.onp #primary { padding-top: 54px; padding-bottom: 84px; }
.onp-front #primary { padding: 0; }

/* Article body typography */
.onp .entry-content { font-size: 1.06rem; line-height: 1.78; color: #262E28; }
.onp .entry-content > * + * { margin-top: 1.35em; }

.onp .entry-content h2 {
	font-size: clamp(1.6rem, 2.6vw, 2.05rem);
	margin-top: 2em;
	margin-bottom: .6em;
	padding-top: .35em;
}

.onp .entry-content h3 {
	font-size: clamp(1.25rem, 1.9vw, 1.5rem);
	margin-top: 1.7em;
	margin-bottom: .5em;
}

.onp .entry-content h4 { font-size: 1.14rem; margin-top: 1.5em; }

.onp .entry-content a {
	color: var(--forest-700);
	text-decoration: underline;
	text-decoration-color: var(--oak-300);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 3px;
}

.onp .entry-content a:hover {
	color: var(--oak-700);
	text-decoration-color: var(--oak-600);
}

.onp .entry-content ul,
.onp .entry-content ol {
	padding-left: 1.25em;
	margin-left: 0;
}

.onp .entry-content li { margin-bottom: .55em; }

.onp .entry-content ul li::marker { color: var(--oak-600); }
.onp .entry-content ol li::marker { color: var(--oak-700); font-weight: 600; }

.onp .entry-content img,
.onp .entry-content figure img { border-radius: var(--radius); }

.onp .entry-content figcaption {
	font-size: .84rem;
	color: var(--muted-2);
	text-align: center;
	margin-top: 10px;
}

.onp .entry-content blockquote {
	margin: 2em 0;
	padding: 6px 0 6px 30px;
	border-left: 3px solid var(--oak-500);
	font-family: var(--font-serif);
	font-size: 1.28rem;
	line-height: 1.55;
	color: var(--forest-800);
	font-style: italic;
}

.onp .entry-content blockquote p:last-child { margin-bottom: 0; }

.onp .entry-content table {
	width: 100%;
	border-collapse: collapse;
	font-size: .95rem;
	margin: 1.8em 0;
	border: 1px solid var(--line);
	border-radius: var(--radius);
	overflow: hidden;
}

.onp .entry-content th {
	background: var(--cream-2);
	font-family: var(--font-sans);
	font-weight: 600;
	text-align: left;
	color: var(--forest-900);
}

.onp .entry-content th,
.onp .entry-content td {
	padding: 13px 16px;
	border-bottom: 1px solid var(--line-soft);
}

.onp .entry-content tr:last-child td { border-bottom: 0; }

.onp .entry-content hr {
	border: 0;
	height: 1px;
	background: var(--line);
	margin: 2.6em 0;
}

.onp .entry-content code,
.onp .entry-content kbd {
	background: var(--cream-2);
	padding: 3px 7px;
	border-radius: 5px;
	font-size: .9em;
}

/* First paragraph lift on single posts */
.onp-single .entry-content > p:first-of-type {
	font-size: 1.14rem;
	color: #232B26;
	line-height: 1.74;
}

/* Share row */
.onp-share {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	flex-wrap: wrap;
	margin-top: 46px;
	padding: 22px 0;
	border-top: 1px solid var(--line);
	border-bottom: 1px solid var(--line);
}

.onp-share__label {
	font-size: .74rem;
	letter-spacing: .18em;
	text-transform: uppercase;
	color: var(--muted-2);
}

.onp-share__links { display: flex; gap: 10px; }

.onp-share__btn {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 1px solid var(--line);
	background: #fff;
	color: var(--forest-800);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background .3s var(--ease), color .3s var(--ease), transform .3s var(--ease), border-color .3s var(--ease);
}

.onp-share__btn:hover {
	background: var(--forest-800);
	border-color: var(--forest-800);
	color: #fff;
	transform: translateY(-2px);
}

.onp-share__btn.is-copied {
	background: var(--oak-600);
	border-color: var(--oak-600);
	color: #fff;
}

/* Related posts */
.onp-related { margin-top: 58px; }

.onp-related__title {
	font-size: 1.6rem;
	margin-bottom: 28px;
	padding-bottom: 14px;
	border-bottom: 1px solid var(--line);
}

.onp-related .onp-grid--3 { gap: 26px; }
.onp-related .onp-card__title { font-size: 1.08rem; }
.onp-related .onp-card__excerpt { display: none; }

/* 404 page - hide GeneratePress default block, use our own */
.onp.error404 .site-main > .page-content { display: none; }

.onp-section--404 { padding: 64px 0 88px; background: var(--white); }
.onp-404-search { max-width: 560px; margin: 0 0 54px; }

/* ==========================================================================
   17. BLOG / ARCHIVE CARD GRID (GeneratePress loop)
   ========================================================================== */
.onp-list .site-main {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 38px 30px;
	align-items: start;
}

.onp-list.separate-containers .site-main > *:not(:last-child) { margin-bottom: 0; }

.onp-list .site-main > article.post,
.onp-list .site-main > article.page {
	background: #fff;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-l);
	overflow: hidden;
	transition: transform .5s var(--ease), box-shadow .5s var(--ease), border-color .5s var(--ease);
	height: 100%;
}

.onp-list .site-main > article:hover {
	transform: translateY(-5px);
	box-shadow: var(--shadow-2);
	border-color: var(--oak-300);
}

.onp-list .inside-article {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: 0 0 26px;
}

.onp-list .site-main article .post-image {
	order: -1;
	float: none !important;
	width: auto !important;
	margin: 0 0 22px !important;
	overflow: hidden;
	aspect-ratio: 16 / 10;
	background: var(--cream-2);
}

.onp-list .post-image a,
.onp-list .post-image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.onp-list .post-image img { transition: transform .9s var(--ease); }
.onp-list article:hover .post-image img { transform: scale(1.055); }

.onp-list .entry-header { display: block; padding: 0 26px; }

.onp-list .entry-title {
	font-size: 1.32rem;
	line-height: 1.28;
	margin: 0 0 12px;
}

.onp-list .entry-title a { color: var(--forest-900); }
.onp-list .entry-title a:hover { color: var(--oak-700); }

.onp-list .entry-summary,
.onp-list .entry-content {
	padding: 0 26px;
	color: var(--muted);
	font-size: .97rem;
	line-height: 1.66;
	margin: 0 0 16px;
}

.onp-list .entry-meta {
	padding: 0 26px;
	margin-top: auto;
	font-size: .78rem;
	letter-spacing: .05em;
	text-transform: uppercase;
	color: var(--muted-2);
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	align-items: center;
}

.onp-list .entry-meta a { color: var(--muted-2); }
.onp-list .entry-meta a:hover { color: var(--oak-700); }
.onp-list .entry-meta .cat-links,
.onp-list .entry-meta .comments-link,
.onp-list .entry-meta .tags-links { display: none; }

.onp-list .read-more-container,
.onp-list .entry-summary + .read-more-container { padding: 0 26px; }

.onp-list .read-more,
.onp .read-more {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-size: .82rem;
	font-weight: 600;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: var(--forest-800);
}

.onp-list .read-more:hover { color: var(--oak-600); }

/* Search results & author archives share the same grid */
.onp-list .no-results {
	grid-column: 1 / -1;
	background: var(--cream);
	border-radius: var(--radius-l);
	padding: 44px;
	text-align: center;
}

/* Pagination */
.onp .paging-navigation {
	grid-column: 1 / -1;
	margin-top: 20px;
	padding-top: 30px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: center;
}

.onp .paging-navigation .nav-links {
	display: flex;
	gap: 8px;
	align-items: center;
	flex-wrap: wrap;
}

.onp .paging-navigation .page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	height: 44px;
	padding: 0 12px;
	border-radius: 999px;
	border: 1px solid var(--line);
	color: var(--forest-800);
	font-size: .92rem;
	font-weight: 500;
	transition: background .3s var(--ease), color .3s var(--ease), border-color .3s var(--ease);
}

.onp .paging-navigation .page-numbers:hover {
	background: var(--cream-2);
	border-color: var(--oak-300);
}

.onp .paging-navigation .page-numbers.current {
	background: var(--forest-800);
	border-color: var(--forest-800);
	color: #fff;
}

.onp .post-navigation {
	margin-top: 46px;
	padding-top: 26px;
	border-top: 1px solid var(--line);
	display: flex;
	justify-content: space-between;
	gap: 20px;
	font-size: .95rem;
}

.onp .post-navigation .nav-previous a,
.onp .post-navigation .nav-next a {
	display: block;
	font-family: var(--font-serif);
	font-size: 1.05rem;
	color: var(--forest-900);
	line-height: 1.35;
}

/* ==========================================================================
   18. SIDEBAR
   ========================================================================== */
.onp #right-sidebar,
.onp #left-sidebar { padding-top: 54px; }

.onp .inside-right-sidebar,
.onp .inside-left-sidebar { padding: 0 0 0 12px; }

.onp .onp-sidebar {
	position: sticky;
	top: calc(var(--hdr) + 22px);
	display: flex;
	flex-direction: column;
	gap: 26px;
}

.onp .onp-swidget {
	background: #fff;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-l);
	padding: 26px 24px;
}

.onp .onp-swidget--search { padding: 0; border: 0; }

.onp .onp-swidget--search form {
	display: flex;
	align-items: center;
	gap: 8px;
	background: var(--cream);
	border: 1px solid var(--line);
	border-radius: 999px;
	padding: 5px 6px 5px 20px;
	transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.onp .onp-swidget--search form:focus-within {
	border-color: var(--oak-500);
	box-shadow: 0 0 0 4px rgba(198, 156, 109, .14);
}

.onp .onp-swidget--search input {
	flex: 1;
	min-width: 0;
	border: 0;
	background: transparent;
	outline: none;
	font-family: var(--font-sans);
	font-size: .94rem;
	padding: 11px 0;
}

.onp .onp-swidget--search button {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 0;
	background: var(--forest-800);
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: background .3s var(--ease);
}

.onp .onp-swidget--search button:hover { background: var(--oak-600); }

.onp .onp-swidget__title { font-size: 1.24rem; margin-bottom: 12px; }
.onp .onp-swidget p { color: var(--muted); font-size: .95rem; line-height: 1.65; }
.onp .onp-swidget p:last-of-type { margin-bottom: 14px; }

.onp .onp-swidget--about { background: var(--cream); border-color: var(--line); }

.onp .onp-ranked {
	list-style: none;
	margin: 0;
	padding: 0;
	counter-reset: onp;
}

.onp .onp-ranked li {
	display: grid;
	grid-template-columns: 34px 1fr;
	gap: 12px;
	padding: 14px 0;
	border-bottom: 1px solid var(--line-soft);
	align-items: start;
}

.onp .onp-ranked li:last-child { border-bottom: 0; padding-bottom: 0; }

.onp .onp-ranked__num {
	font-family: var(--font-serif);
	color: var(--oak-500);
	font-size: 1.05rem;
	line-height: 1.4;
}

.onp .onp-ranked a {
	font-family: var(--font-serif);
	font-size: 1.02rem;
	line-height: 1.4;
	color: var(--forest-900);
}

.onp .onp-ranked a:hover { color: var(--oak-700); }

.onp .onp-taglist {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.onp .onp-taglist a {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	font-size: .84rem;
	padding: 8px 14px;
	border-radius: 999px;
	background: var(--cream-2);
	color: var(--forest-800);
	transition: background .3s var(--ease), color .3s var(--ease);
}

.onp .onp-taglist a span { color: var(--muted-2); font-size: .74rem; }

.onp .onp-taglist a:hover { background: var(--forest-800); color: #fff; }
.onp .onp-taglist a:hover span { color: rgba(255, 255, 255, .7); }

.onp .onp-swidget--cta {
	background: linear-gradient(150deg, var(--forest-800), var(--forest-900));
	border-color: transparent;
	color: #fff;
}

.onp .onp-swidget--cta .onp-swidget__title { color: #fff; }
.onp .onp-swidget--cta p { color: rgba(255, 255, 255, .75); }
.onp .onp-swidget--cta .onp-subscribe__row { flex-direction: column; border-radius: var(--radius); padding: 8px; }
.onp .onp-swidget--cta .onp-subscribe input[type="email"] { padding: 10px 12px; width: 100%; text-align: center; }
.onp .onp-swidget--cta .onp-subscribe .onp-btn { width: 100%; justify-content: center; }

/* Native widgets, if the owner adds any */
.onp .widget-area .widget {
	background: #fff;
	border: 1px solid var(--line-soft);
	border-radius: var(--radius-l);
	padding: 26px 24px;
	margin-bottom: 26px;
}

.onp .widget-area .widget-title {
	font-size: 1.2rem;
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid var(--line-soft);
}

.onp .widget-area ul { list-style: none; margin: 0; padding: 0; }
.onp .widget-area ul li { padding: 9px 0; border-bottom: 1px solid var(--line-soft); font-size: .95rem; }
.onp .widget-area ul li:last-child { border-bottom: 0; }

/* ==========================================================================
   19. FOOTER - simple three column block + centred copyright bar
   ========================================================================== */
.onp .site-footer { display: none; }

.onp-footer {
	background: var(--forest-900);
	color: rgba(255, 255, 255, .82);
	font-size: 1rem;
	border-top: 4px solid var(--oak-600);
}

.onp-footer__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px;
	padding-top: 46px;
	padding-bottom: 46px;
}

.onp-footer__col h3 {
	font-family: var(--font-serif);
	font-size: 1.32rem;
	font-weight: 600;
	letter-spacing: 0;
	text-transform: none;
	color: #F7F8F9;
	margin: 0 0 22px;
}

.onp-footer__about {
	margin: 0 0 16px;
	line-height: 1.72;
	color: rgba(255, 255, 255, .82);
	font-size: .98rem;
	max-width: 42ch;
}

.onp-footer__about a { color: #fff; text-decoration: underline; text-underline-offset: 3px; }
.onp-footer__about a:hover { color: var(--oak-300); }

.onp-brand { display: inline-flex; align-items: center; margin-bottom: 18px; }
.onp-brand__img { height: 64px; width: auto; }

.onp-brand__text { font-family: var(--font-serif); font-size: 1.5rem; color: #fff; }
.onp-brand__text em { color: var(--oak-500); font-style: italic; }

.onp-footer__col ul { list-style: none; margin: 0; padding: 0; }
.onp-footer__col ul li { margin-bottom: 14px; }

.onp-footer__col ul a {
	color: rgba(255, 255, 255, .86);
	font-size: 1rem;
	transition: color .25s var(--ease), padding-left .25s var(--ease);
}

.onp-footer__col ul a:hover { color: var(--oak-300); padding-left: 4px; }

.onp-footer__contact li {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	margin-bottom: 12px;
	color: rgba(255, 255, 255, .82);
	font-size: .97rem;
}

.onp-footer__contact svg { color: var(--oak-500); flex: 0 0 auto; margin-top: 4px; }
.onp-footer__contact a { color: rgba(255, 255, 255, .9); }
.onp-footer__contact a:hover { color: var(--oak-300); }

/* Subscribe card (mirrors the reference "Follow Us" block) */
.onp-subcard {
	background: #fff;
	border-radius: 4px;
	padding: 22px 20px;
	text-align: center;
	max-width: 380px;
}

.onp-subcard h4 {
	font-family: var(--font-sans);
	font-size: 1rem;
	font-weight: 700;
	color: var(--forest-900);
	margin: 0 0 14px;
}

.onp-subcard .onp-subscribe__row {
	display: block;
	background: transparent;
	border: 0;
	padding: 0;
}

.onp-subcard input[type="email"] {
	width: 100%;
	background: #fff;
	border: 1px solid #DDD;
	border-radius: 3px;
	color: var(--text);
	text-align: center;
	padding: 13px 14px;
	font-size: .95rem;
	margin-bottom: 10px;
}

.onp-subcard input[type="email"]::placeholder { color: #9AA29C; }

.onp-subcard .onp-btn,
.onp-subcard button[type="submit"] {
	width: 100%;
	justify-content: center;
	background: var(--forest-800);
	color: #fff;
	border-radius: 3px;
	padding: 14px 20px;
	font-weight: 600;
	box-shadow: none;
}

.onp-subcard .onp-btn:hover { background: var(--oak-600); color: #fff; transform: none; }
.onp-subcard .onp-subscribe__msg { justify-content: center; color: var(--forest-700); margin-top: 10px; }
.onp-subcard .onp-subscribe__msg--err { color: #B4462F; }

.onp-social { display: flex; gap: 10px; margin-top: 18px; }

.onp-social a {
	width: 38px;
	height: 38px;
	border-radius: 3px;
	border: 1px solid rgba(255, 255, 255, .2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: rgba(255, 255, 255, .85);
	transition: background .25s var(--ease), color .25s var(--ease), border-color .25s var(--ease);
}

.onp-social a:hover { background: var(--oak-600); border-color: var(--oak-600); color: #fff; }

/* Copyright bar */
.onp-footer__bottom {
	background: #fff;
	border-top: 1px solid var(--line-soft);
	padding: 15px 0;
}

.onp-footer__bottom-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	text-align: center;
}

.onp-footer__bottom p { margin: 0; font-size: .97rem; color: var(--text); }
.onp-footer__bottom p strong { font-weight: 700; }

.onp-footer__legal {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 18px;
}

.onp-footer__legal a { font-size: .92rem; color: var(--muted); }
.onp-footer__legal a:hover { color: var(--oak-700); }

/* ==========================================================================
   20. STANDALONE PAGES (about, contact, legal)
   ========================================================================== */
.onp.page:not(.onp-front) #primary { max-width: 860px; margin-inline: auto; }
.onp.page:not(.onp-front) .entry-content h2:first-child { margin-top: 0; }

.onp .wp-block-buttons .wp-block-button__link,
.onp .entry-content .wp-block-button__link {
	background: var(--oak-600);
	color: #fff;
	border-radius: 3px;
	padding: 15px 28px;
	font-size: .95rem;
	font-weight: 500;
	text-decoration: none;
	transition: background .3s var(--ease);
}

.onp .entry-content .wp-block-button__link:hover { background: var(--forest-800); color: #fff; }

/* Forms */
.onp input[type="text"],
.onp input[type="email"],
.onp input[type="url"],
.onp input[type="tel"],
.onp input[type="number"],
.onp input[type="password"],
.onp input[type="search"],
.onp select,
.onp textarea {
	font-family: var(--font-sans);
	font-size: .98rem;
	color: var(--text);
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 4px;
	padding: 14px 16px;
	width: 100%;
	transition: border-color .3s var(--ease), box-shadow .3s var(--ease);
}

.onp .entry-content input:focus,
.onp .entry-content textarea:focus,
.onp .entry-content select:focus {
	border-color: var(--oak-500);
	box-shadow: 0 0 0 3px rgba(198, 156, 109, .15);
	outline: none;
}

.onp .entry-content input[type="submit"] {
	background: var(--forest-800);
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 15px 30px;
	font-family: var(--font-sans);
	font-size: .95rem;
	font-weight: 500;
	cursor: pointer;
	width: auto;
}

.onp .entry-content input[type="submit"]:hover { background: var(--oak-600); }

/* Comments */
.onp .comment-form input[type="submit"],
.onp .comment-form .submit {
	background: var(--forest-800);
	color: #fff;
	border: 0;
	border-radius: 3px;
	padding: 15px 30px;
	font-family: var(--font-sans);
	font-size: .95rem;
	font-weight: 500;
	cursor: pointer;
	width: auto;
	transition: background .3s var(--ease);
}

.onp .comment-form input[type="submit"]:hover,
.onp .comment-form .submit:hover { background: var(--oak-600); }

.onp .comments-area { margin-top: 56px; }
.onp .comments-title, .onp .comment-reply-title { font-size: 1.5rem; margin-bottom: 22px; }
.onp .comment-list { list-style: none; margin: 0 0 34px; padding: 0; }

.onp .comment-list .comment-body {
	background: var(--cream);
	border: 1px solid var(--line-soft);
	border-radius: 6px;
	padding: 22px 24px;
	margin-bottom: 18px;
}

.onp .comment-author .fn { font-family: var(--font-serif); font-size: 1.05rem; }
.onp .comment-metadata { font-size: .8rem; color: var(--muted-2); }

/* 404 */
.onp-404-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 8px; }

.onp .screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.onp a:focus-visible,
.onp button:focus-visible,
.onp input:focus-visible {
	outline: 2px solid var(--oak-500);
	outline-offset: 2px;
}

/* ==========================================================================
   21. RESPONSIVE - LAPTOP (<= 1200px)
   ========================================================================== */
@media (max-width: 1200px) {
	:root { --gutter: 24px; }

	.onp .main-navigation .main-nav ul li a { padding: 12px 11px; font-size: .89rem; }
	.onp .main-navigation .main-nav ul li a::after { left: 11px; right: 11px; }
	.onp .onp-nav-cta { margin-left: 6px; }
	.onp .main-navigation .main-nav ul li.onp-nav-cta a { padding: 11px 17px; }

	.onp-hero { padding: 72px 0 76px; }
	.onp-hero__inner { gap: 44px; }
	.onp-hero__media { grid-template-rows: 270px 150px; }
	.onp-hero__stats { gap: 30px; }

	.onp-section { padding: 82px 0; }
	.onp-guides { gap: 44px; }
	.onp-about { gap: 48px; }
	.onp-footer__grid { grid-template-columns: 1.4fr .8fr .8fr 1.2fr; gap: 34px; }
}

/* ==========================================================================
   22. RESPONSIVE - TABLET LANDSCAPE (<= 1024px)
   ========================================================================== */
@media (max-width: 1024px) {
	body.onp { font-size: 16.5px; }

	.onp-hero__inner { grid-template-columns: 1fr; gap: 48px; }
	.onp-hero__text { max-width: 640px; }
	.onp-hero__media { max-width: 620px; grid-template-columns: 1fr 108px; grid-template-rows: 280px 160px; }
	.onp-hero__badge { width: 104px; height: 104px; font-size: .62rem; }

	.onp-tiles { grid-template-columns: repeat(2, 1fr); }
	.onp-tile, .onp-tile:nth-child(1), .onp-tile:nth-child(6) { height: 300px; }

	.onp-featured { grid-template-columns: 1fr; gap: 34px; }
	.onp-featured__side { flex-direction: row; gap: 24px; }
	.onp-card--minimal { grid-template-columns: 1fr; border-bottom: 0; padding-bottom: 0; }
	.onp-card--minimal .onp-card__media { aspect-ratio: 16 / 10; margin-bottom: 14px; }

	.onp-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.onp-guides { grid-template-columns: 1fr; gap: 36px; }
	.onp-values { grid-template-columns: repeat(2, 1fr); }
	.onp-about { grid-template-columns: 1fr; gap: 54px; }
	.onp-about__quote { right: 12px; bottom: -18px; max-width: 240px; padding: 18px 20px; font-size: .95rem; }
	.onp-newsletter, .onp-footer-cta__inner, .onp-inline-cta { grid-template-columns: 1fr; gap: 28px; }

	/* Sidebar drops under the content */
	.onp:not(.onp-front) #primary,
	.onp #right-sidebar,
	.onp #left-sidebar {
		width: 100% !important;
		float: none !important;
	}

	.onp #right-sidebar { padding-top: 0; padding-bottom: 70px; }
	.onp .inside-right-sidebar { padding: 0; }
	.onp .onp-sidebar { position: static; }
	.onp .onp-sidebar { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; align-items: start; }
	.onp .onp-swidget--search { grid-column: 1 / -1; }

	.onp-footer__grid { grid-template-columns: repeat(2, 1fr); gap: 40px; padding-top: 62px; }
}

/* ==========================================================================
   23. RESPONSIVE - TABLET PORTRAIT / MOBILE MENU (<= 880px)
   ========================================================================== */
@media (max-width: 880px) {
	.onp #masthead .inside-header { padding: 16px var(--gutter) 14px; }
	.onp .site-logo img.header-image { height: 88px; }

	/* Mobile toggle sits under the centred logo */
	.onp .mobile-menu-control-wrapper {
		display: flex;
		align-items: center;
		justify-content: center;
		gap: 10px;
		margin-top: 12px;
		width: 100%;
	}

	.onp .main-navigation {
		position: static;
		width: 100%;
		margin: 0 !important;
		float: none;
	}

	.onp .main-navigation .inside-navigation { padding: 0; display: block; width: 100%; max-width: none; }
	.onp .main-navigation .main-nav { width: 100%; }
	.onp .main-navigation .main-nav > ul { display: block; }
	.onp .main-navigation .main-nav ul li { display: block; width: 100%; }

	.onp .main-navigation .main-nav ul li a {
		display: block;
		height: auto;
		padding: 15px 24px;
		font-size: 1rem;
		border-bottom: 1px solid rgba(255, 255, 255, .07);
	}

	.onp .main-navigation ul ul {
		position: static;
		width: 100%;
		background: rgba(255, 255, 255, .04);
		box-shadow: none;
		border: 0;
	}

	.onp .main-navigation ul ul li a { padding-left: 40px; }
	.onp .main-navigation .main-nav ul li.onp-nav-search { display: none; }

	.onp-section { padding: 66px 0; }
	.onp-section-head { flex-direction: column; align-items: flex-start; gap: 18px; margin-bottom: 36px; }

	.onp-hero__title { font-size: clamp(2.15rem, 8vw, 3rem); }
	.onp-hero__lede { font-size: 1.02rem; }
	.onp-hero__stats { flex-wrap: wrap; gap: 24px 34px; }
	.onp-hero__media { grid-template-rows: 250px 150px; }

	.onp-posthero { padding-top: 44px; }
	.onp-posthero__figure img { aspect-ratio: 16 / 10; margin-bottom: -32px; }
	.onp-single #page { padding-top: 52px; }

	.onp-inline-cta { padding: 32px 26px; }
	.onp-related .onp-grid--3 { grid-template-columns: repeat(2, 1fr); }
	.onp-footer__grid { grid-template-columns: 1fr; gap: 34px; }
	.onp-subcard { max-width: none; }
}

/* ==========================================================================
   24. RESPONSIVE - MOBILE (<= 640px)
   ========================================================================== */
@media (max-width: 640px) {
	:root { --gutter: 20px; }
	body.onp { font-size: 16px; line-height: 1.7; }

	.onp .site-logo img.header-image { height: 76px; }
	.onp #masthead .inside-header { padding: 14px var(--gutter) 12px; }

	.onp-hero { padding: 42px 0 50px; text-align: left; }
	.onp-hero__title { font-size: clamp(2rem, 9.5vw, 2.6rem); margin-bottom: 16px; }
	.onp-hero__actions { gap: 10px; margin-bottom: 38px; }
	.onp .onp-btn { padding: 14px 20px; font-size: .9rem; }
	.onp-hero__stats { gap: 18px 26px; padding-top: 20px; }
	.onp-hero__stats strong { font-size: 1.5rem; }
	.onp-hero__stats span { font-size: .68rem; }

	.onp-hero__media { grid-template-columns: 1fr 88px; grid-template-rows: 210px 132px; gap: 12px; }
	.onp-hero__badge { width: 84px; height: 84px; font-size: .55rem; }
	.onp-hero__cardbody { padding: 14px; }
	.onp-hero__cardtitle { font-size: .92rem; }

	.onp-section { padding: 54px 0; }
	.onp-tiles { grid-template-columns: 1fr; gap: 16px; }
	.onp-tile, .onp-tile:nth-child(1), .onp-tile:nth-child(6) { height: 240px; }
	.onp-tile__link { opacity: 1; transform: none; }

	.onp-grid--3, .onp-grid--2, .onp-featured__side { grid-template-columns: 1fr; display: grid; }
	.onp-grid { gap: 30px; }

	.onp-values { grid-template-columns: 1fr; gap: 14px; }
	.onp-value { padding: 26px 22px; }

	.onp-guides__list a { grid-template-columns: 40px 1fr 24px; padding: 18px 4px; gap: 10px; }
	.onp-guides__title { font-size: 1.06rem; }

	.onp-about__quote { position: static; margin-top: 16px; max-width: none; }
	.onp-about { gap: 34px; }

	.onp-subscribe__row { flex-direction: column; border-radius: var(--radius); padding: 10px; }
	.onp-subscribe input[type="email"] { text-align: center; padding: 12px; }
	.onp-subscribe .onp-btn { width: 100%; justify-content: center; }

	.onp-list .site-main { grid-template-columns: 1fr; gap: 26px; }
	.onp-list .entry-title { font-size: 1.2rem; }
	.onp .onp-sidebar { grid-template-columns: 1fr; }

	.onp-pagehero { padding: 42px 0 38px; }
	.onp-posthero__title { font-size: clamp(1.8rem, 8.4vw, 2.4rem); }
	.onp-posthero__standfirst { font-size: 1.04rem; }
	.onp-posthero__meta { gap: 8px; font-size: .82rem; padding-bottom: 30px; }
	.onp-posthero__figure img { aspect-ratio: 4 / 3; border-radius: var(--radius) var(--radius) 0 0; margin-bottom: -20px; }
	.onp-single #page { padding-top: 40px; }

	.onp .entry-content { font-size: 1.02rem; }
	.onp .entry-content blockquote { padding-left: 20px; font-size: 1.12rem; }

	.onp-share { flex-direction: column; align-items: flex-start; gap: 12px; }
	.onp-related .onp-grid--3 { grid-template-columns: 1fr; }

	.onp-inline-cta { padding: 28px 22px; border-radius: var(--radius-l); }
	.onp-inline-cta h3 { font-size: 1.28rem; }

	.onp-footer__grid { grid-template-columns: 1fr; gap: 34px; padding-top: 52px; padding-bottom: 44px; }
	.onp-footer__about { max-width: none; }
	.onp-footer__bottom-inner { flex-direction: column; align-items: flex-start; }
	.onp-footer__legal { gap: 14px; }

	.onp-totop { right: 16px; bottom: 18px; width: 42px; height: 42px; }
	.onp-search-close { top: 16px; right: 18px; width: 40px; height: 40px; }
}

/* Very small phones */
@media (max-width: 380px) {
	.onp-hero__media { grid-template-columns: 1fr; grid-template-rows: 190px 130px; }
	.onp-hero__badge { display: none; }
}

/* Print */
@media print {
	.onp #masthead, .onp-footer, .onp-footer-cta, .onp-share, .onp-related,
	.onp-inline-cta, .onp-totop, .onp #right-sidebar, .onp-progress { display: none !important; }
	.onp .entry-content { font-size: 12pt; }
}
