/* Contact + shop landing (GMF page templates) */

.gmf-contact-page__inner {
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 0 4rem;
}

.gmf-contact-hero {
	padding: 2.4rem 0 2.6rem;
	background: radial-gradient(900px 300px at 75% 25%, rgba(130, 180, 36, 0.18), transparent 60%),
		radial-gradient(900px 320px at 25% 65%, rgba(47, 125, 74, 0.16), transparent 60%),
		linear-gradient(145deg, #ffffff 0%, #fbfbfd 100%);
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 1.5rem;
}

.gmf-contact-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.gmf-contact-hero__eyebrow {
	margin: 0 0 0.6rem;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gmf-purple, #82b424);
}

.gmf-contact-hero__title {
	margin: 0 0 0.65rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(2.2rem, 4.2vw, 3rem);
	font-weight: 600;
	color: #111827;
	line-height: 1.1;
}

.gmf-contact-hero__text {
	margin: 0;
	max-width: 720px;
	font-size: 16px;
	line-height: 1.65;
	color: #4b5563;
}

.gmf-contact-layout {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 18px;
	align-items: start;
}

.gmf-contact-aside {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.gmf-contact-card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 14px 14px 15px;
}

.gmf-contact-card--brand {
	background: linear-gradient(145deg, #111827 0%, #0f172a 100%);
	border-color: rgba(17, 24, 39, 0.18);
	color: rgba(255, 255, 255, 0.92);
}

.gmf-contact-card__title {
	margin: 0 0 6px;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 600;
}

.gmf-contact-card__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: inherit;
	opacity: 0.9;
}

.gmf-contact-badges {
	margin-top: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.gmf-contact-badge {
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	padding: 7px 9px;
	border-radius: 999px;
}

.gmf-contact-card__label {
	margin: 0 0 4px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6b7280;
}

.gmf-contact-card__value {
	margin: 0 0 6px;
	font-size: 14px;
	font-weight: 700;
	color: #111827;
}

.gmf-contact-card__value a {
	color: inherit;
	text-decoration: none;
	border-bottom: 1px solid rgba(17, 24, 39, 0.18);
}

.gmf-contact-card__value a:hover {
	border-bottom-color: rgba(17, 24, 39, 0.55);
}

.gmf-contact-card__hint {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6b7280;
}

.gmf-contact-map {
	margin-top: 12px;
	border-radius: 10px;
	border: 1px solid #e5e7eb;
	overflow: hidden;
	background: #e8ecf1;
	aspect-ratio: 16 / 10;
	min-height: 200px;
	max-height: 280px;
}

.gmf-contact-map__frame {
	display: block;
	width: 100%;
	height: 100%;
	min-height: 200px;
	border: 0;
}

.gmf-contact-page__notice {
	margin: 0 0 1.5rem;
	padding: 1rem 1.1rem;
	border-radius: var(--gmf-radius, 8px);
	font-size: 0.95rem;
	line-height: 1.45;
}

.gmf-contact-page__notice--ok {
	background: #ecfdf5;
	border: 1px solid #a7f3d0;
	color: #065f46;
}

.gmf-contact-page__notice--err {
	background: #fef2f2;
	border: 1px solid #fecaca;
	color: #991b1b;
}

.gmf-contact-form__hp {
	position: absolute;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.gmf-contact-form__row {
	margin-bottom: 1.25rem;
}

.gmf-contact-form__label {
	display: block;
	margin-bottom: 0.4rem;
	font-size: 0.9rem;
	font-weight: 600;
	color: var(--gmf-text, #1a1a1a);
}

.gmf-contact-form__input,
.gmf-contact-form__textarea {
	width: 100%;
	max-width: 100%;
	padding: 0.65rem 0.85rem;
	font-size: 1rem;
	font-family: inherit;
	border: 1px solid #d1d5db;
	border-radius: var(--gmf-radius, 8px);
	background: #fff;
	box-sizing: border-box;
}

.gmf-contact-form__textarea {
	resize: vertical;
	min-height: 140px;
}

.gmf-contact-form__input:focus,
.gmf-contact-form__textarea:focus {
	outline: 2px solid var(--gmf-accent, #2563eb);
	outline-offset: 1px;
	border-color: #9ca3af;
}

.gmf-contact-form__actions {
	margin-top: 1.75rem;
}

/* Shop home */
.gmf-store-home {
	padding-bottom: 3.25rem;
}

.gmf-store-home__top {
	padding-top: 1.25rem;
	padding-bottom: 1.75rem;
}

.gmf-store-home__top-grid {
	display: grid;
	grid-template-columns: 280px 1fr;
	gap: 18px;
	align-items: stretch;
}

.gmf-store-home__sidebar {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-height: 0;
	height: 100%;
}

.gmf-store-home__sidebar-head {
	padding: 14px 14px 12px;
	border-bottom: 1px solid #eef2f7;
	background: linear-gradient(145deg, rgba(130, 180, 36, 0.16) 0%, rgba(47, 125, 74, 0.10) 55%, #ffffff 100%);
}

.gmf-store-home__sidebar-title {
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #111827;
}

.gmf-store-home__catnav {
	padding: 6px 0;
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	overscroll-behavior: contain;
}

.gmf-store-home__catlist {
	list-style: none;
	margin: 0;
	padding: 0;
	flex: 1;
	min-height: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	gap: 2px;
}

.gmf-store-home__catitem {
	margin: 0;
}

.gmf-store-home__catsub {
	list-style: none;
	margin: 0 0 6px;
	padding: 0 0 0 10px;
	border-left: 1px solid #eef2f7;
}

.gmf-store-home__catsubitem {
	margin: 0;
}

.gmf-store-home__catsublink {
	display: block;
	padding: 8px 14px 8px 14px;
	margin-left: 4px;
	color: #4b5563;
	text-decoration: none;
	font-size: 13px;
	line-height: 1.25;
	border-radius: 6px;
}

.gmf-store-home__catsublink:hover {
	background: #f9fafb;
	color: #111827;
}

.gmf-store-home__catlink {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 10px 14px;
	text-decoration: none;
	color: #111827;
	font-size: 14px;
	line-height: 1.25;
}

.gmf-store-home__catlink:hover {
	background: #f9fafb;
}

.gmf-store-home__catname {
	font-weight: 600;
}

.gmf-store-home__catchev {
	color: #9ca3af;
	font-size: 16px;
}

.gmf-store-home__catitem--empty {
	padding: 10px 14px;
	color: #6b7280;
	font-size: 14px;
}

.gmf-store-home__hero {
	position: relative;
	border-radius: var(--gmf-radius, 8px);
	overflow: hidden;
	border: 1px solid #e5e7eb;
	background: #111827;
	display: grid;
	align-self: stretch;
	min-height: clamp(360px, 52vh, 560px);
}

.gmf-store-home__sidebar-foot {
	flex: 0 0 auto;
	padding: 10px 12px 12px;
	border-top: 1px solid #eef2f7;
	background: #fafbfc;
}

.gmf-store-home__sidebar-viewall {
	display: block;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 10px 12px;
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	background: var(--gmf-purple, #82b424);
	border: 1px solid rgba(17, 24, 39, 0.08);
	border-radius: 8px;
	transition: filter 0.15s ease, transform 0.15s ease;
}

.gmf-store-home__sidebar-viewall:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	color: #fff;
}

.gmf-store-home__sidebar-viewall:focus-visible {
	outline: 2px solid var(--gmf-purple, #82b424);
	outline-offset: 2px;
}

.gmf-store-home__hero-media {
	position: absolute;
	inset: 0;
	background:
		radial-gradient(1200px 500px at 80% 20%, rgba(130, 180, 36, 0.45), transparent 60%),
		radial-gradient(1000px 520px at 25% 60%, rgba(47, 125, 74, 0.35), transparent 60%),
		linear-gradient(135deg, #0f172a 0%, #111827 70%);
	filter: saturate(1.1);
}

.gmf-store-home__hero-controls {
	position: absolute;
	right: 12px;
	top: 12px;
	display: flex;
	gap: 10px;
	z-index: 2;
}

.gmf-store-home__hero-arrow {
	width: 40px;
	height: 40px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	background: rgba(17, 24, 39, 0.38);
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: transform 0.15s ease, background 0.15s ease, border-color 0.15s ease;
	backdrop-filter: blur(6px);
}

.gmf-store-home__hero-arrow:hover {
	background: rgba(17, 24, 39, 0.55);
	border-color: rgba(255, 255, 255, 0.35);
	transform: translateY(-1px);
}

.gmf-store-home__hero-arrow:focus-visible {
	outline: 2px solid rgba(255, 255, 255, 0.9);
	outline-offset: 2px;
}

.gmf-store-home__hero-content {
	position: relative;
	z-index: 1;
	padding: clamp(18px, 3vw, 34px);
	max-width: 760px;
}

.gmf-store-home__eyebrow {
	margin: 0 0 0.5rem;
	font-size: 0.8rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, 0.78);
}

.gmf-store-home__hero-title {
	margin: 0 0 1rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(2.15rem, 4.5vw, 3.1rem);
	font-weight: 600;
	line-height: 1.15;
	color: #fff;
}

.gmf-store-home__hero-text {
	margin: 0 0 1.75rem;
	font-size: 1.1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.82);
	max-width: 560px;
}

.gmf-store-home__hero-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: center;
}

.gmf-store-home__trust-inline {
	margin-top: 1.25rem;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gmf-store-home__trust-pill {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 10px;
	border-radius: 999px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	background: rgba(255, 255, 255, 0.08);
	color: rgba(255, 255, 255, 0.84);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.gmf-store-home__section {
	padding-top: 1.8rem;
	padding-bottom: 0.4rem;
}

.gmf-store-home__section-head {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.75rem 1rem;
	margin-bottom: 1.25rem;
}

.gmf-store-home__section-title {
	margin: 0;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 1.75rem;
	font-weight: 600;
	color: var(--gmf-text, #111827);
}

.gmf-store-home__section-titlewrap {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.gmf-store-home__section-subtitle {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
}

.gmf-store-home__section-link {
	font-weight: 600;
	font-size: 0.95rem;
	color: var(--gmf-purple, #82b424);
	text-decoration: none;
}

.gmf-store-home__section-link:hover {
	text-decoration: underline;
}

.gmf-store-home__grid {
	margin-bottom: 0.2rem;
}

.gmf-store-home__row {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
	gap: 14px;
}

.gmf-store-home__row-item {
	min-width: 0;
}

.gmf-store-home__empty {
	grid-column: 1 / -1;
	margin: 0;
	padding: 2rem;
	text-align: center;
	color: #6b7280;
	background: #fff;
	border: 1px dashed #d1d5db;
	border-radius: var(--gmf-radius, 8px);
}

.gmf-store-home__tiles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
	gap: 12px;
}

.gmf-store-home__tile {
	display: grid;
	grid-template-columns: 40px 1fr;
	grid-template-rows: auto auto;
	column-gap: 12px;
	row-gap: 2px;
	padding: 14px 14px;
	border-radius: var(--gmf-radius, 8px);
	border: 1px solid #e5e7eb;
	background: #fff;
	text-decoration: none;
	color: #111827;
	min-height: 74px;
	position: relative;
}

.gmf-store-home__tile:hover {
	background: #fcfcfd;
	border-color: #d1d5db;
}

.gmf-store-home__tile-ico {
	grid-row: 1 / span 2;
	width: 40px;
	height: 40px;
	border-radius: 10px;
	background: linear-gradient(145deg, #ede9fe 0%, #dcfce7 100%);
	border: 1px solid #e5e7eb;
	background-size: cover;
	background-position: center;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.gmf-store-home__tile-ico::after {
	content: "⌁";
	font-weight: 800;
	color: rgba(17, 24, 39, 0.65);
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.35);
	font-size: 18px;
}

.gmf-store-home__tile[style] .gmf-store-home__tile-ico::after,
.gmf-store-home__tile .gmf-store-home__tile-ico[style]::after {
	color: rgba(255, 255, 255, 0.9);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.25);
}

.gmf-store-home__tile-ico--has-photo::after {
	display: none;
}

.gmf-store-home__tile-arrow {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 28px;
	height: 28px;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #6b7280;
	background: #f9fafb;
	border: 1px solid #e5e7eb;
}

.gmf-store-home__tile:hover .gmf-store-home__tile-arrow {
	color: #111827;
	background: #fff;
}

/* Modern “impress” section */
.gmf-store-home__modern {
	padding-top: 2rem;
	padding-bottom: 0.5rem;
}

.gmf-store-home__modern-inner {
	background: linear-gradient(145deg, #ffffff 0%, #fbfbfd 100%);
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: clamp(16px, 2.2vw, 22px);
}

.gmf-store-home__modern-head {
	max-width: 780px;
	margin-bottom: 14px;
}

.gmf-store-home__modern-title {
	margin: 0 0 6px;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 1.9rem;
	font-weight: 600;
	color: #111827;
}

.gmf-store-home__modern-text {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
	line-height: 1.55;
}

.gmf-store-home__modern-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 12px;
}

.gmf-store-home__modern-card {
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	background: #fff;
	padding: 14px 14px 15px;
	min-height: 132px;
}

.gmf-store-home__modern-ico {
	width: 38px;
	height: 38px;
	border-radius: 12px;
	background: linear-gradient(145deg, #ede9fe 0%, #dcfce7 100%);
	border: 1px solid #e5e7eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.gmf-store-home__modern-card-title {
	display: block;
	font-weight: 800;
	color: #111827;
	margin-bottom: 6px;
}

.gmf-store-home__modern-card-text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
}

.gmf-store-home__modern-card--cta {
	background: linear-gradient(145deg, #111827 0%, #0f172a 100%);
	border-color: rgba(17, 24, 39, 0.18);
}

.gmf-store-home__modern-card--cta .gmf-store-home__modern-card-title,
.gmf-store-home__modern-card--cta .gmf-store-home__modern-card-text {
	color: rgba(255, 255, 255, 0.9);
}

.gmf-store-home__modern-card--cta .gmf-btn {
	margin-top: 10px;
}

.gmf-store-home__tile-title {
	font-weight: 800;
	font-size: 14px;
	line-height: 1.2;
}

.gmf-store-home__tile-meta {
	font-size: 12px;
	color: #6b7280;
}

.gmf-store-home__blog-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
	gap: 14px;
}

.gmf-store-home__blog-card {
	--gmf-blog-media-h: clamp(200px, 26vw, 280px);
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	overflow: hidden;
}

.gmf-store-home__blog-link {
	display: grid;
	grid-template-rows: var(--gmf-blog-media-h) 1fr;
	color: inherit;
	text-decoration: none;
}

.gmf-store-home__blog-media {
	background: #f3f4f6;
	border-bottom: 1px solid #eef2f7;
	min-height: var(--gmf-blog-media-h);
	height: var(--gmf-blog-media-h);
	overflow: hidden;
	position: relative;
}

.gmf-store-home__blog-img {
	width: 100%;
	height: 100%;
	min-height: var(--gmf-blog-media-h);
	object-fit: cover;
	object-position: center;
	display: block;
}

.gmf-store-home__blog-ph {
	display: block;
	width: 100%;
	height: 100%;
	min-height: var(--gmf-blog-media-h);
	background: linear-gradient(145deg, rgba(130, 180, 36, 0.2) 0%, #e5e7eb 45%, #f3f4f6 100%);
}

.gmf-store-home__blog-body {
	padding: 14px 14px 16px;
}

.gmf-store-home__blog-meta {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6b7280;
}

.gmf-store-home__blog-title {
	margin: 0 0 8px;
	font-size: 16px;
	line-height: 1.25;
	font-weight: 800;
	color: #111827;
}

.gmf-store-home__blog-excerpt {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
}

.gmf-store-home__blog-card:hover {
	border-color: #d1d5db;
}

.gmf-store-home__bottom-cta {
	margin-top: 2.25rem;
}

.gmf-store-home__bottom-cta-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 14px 16px;
	padding: 18px 18px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
}

.gmf-store-home__bottom-cta-title {
	margin: 0 0 4px;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 600;
	color: #111827;
}

.gmf-store-home__bottom-cta-text {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
}

.gmf-store-home__bottom-cta-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

/* Home page: hide download-selection toggle on product cards */
.gmf-store-home .gmf-card__top {
	display: none !important;
}

.gmf-contact-main {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 16px 16px 18px;
}

.gmf-contact-main__head {
	margin-bottom: 14px;
	padding-bottom: 12px;
	border-bottom: 1px solid #eef2f7;
}

.gmf-contact-main__title {
	margin: 0 0 6px;
	font-size: 18px;
	font-weight: 800;
	color: #111827;
}

.gmf-contact-main__text {
	margin: 0;
	font-size: 13px;
	color: #6b7280;
}

.gmf-contact-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 12px 12px;
}

.gmf-contact-form__row {
	margin: 0;
}

.gmf-contact-form__row--full {
	grid-column: 1 / -1;
}

.gmf-contact-form__actions {
	margin-top: 14px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.gmf-contact-form__privacy {
	margin: 0;
	font-size: 12px;
	color: #6b7280;
	line-height: 1.45;
}

.gmf-contact-faq {
	margin-top: 14px;
	display: grid;
	gap: 10px;
}

.gmf-contact-faq__item {
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	background: #fff;
	padding: 10px 12px;
}

.gmf-contact-faq__q {
	cursor: pointer;
	font-weight: 800;
	color: #111827;
}

.gmf-contact-faq__a {
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.55;
}

@media (max-width: 600px) {
	.gmf-contact-page__inner {
		padding-top: 0;
	}

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

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

	.gmf-store-home__top-grid {
		grid-template-columns: 1fr;
	}

	.gmf-store-home__sidebar {
		order: 2;
	}

	.gmf-store-home__hero {
		min-height: 280px;
	}

	.gmf-store-home__tiles {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gmf-store-home__row {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
	}

	.gmf-store-home__catlist {
		justify-content: flex-start;
	}

	.gmf-store-home__catname,
	.gmf-store-home__catsublink {
		word-break: break-word;
	}

	.gmf-store-home__tile {
		padding: 12px 40px 12px 12px;
		min-height: 0;
	}

	.gmf-store-home__tile-title {
		font-size: 13px;
	}

	.gmf-store-home .gmf-card__media {
		min-height: 118px;
	}

	.gmf-store-home .gmf-card__img {
		max-height: 118px;
	}

	.gmf-store-home__blog-grid {
		grid-template-columns: 1fr;
	}

	.gmf-store-home__blog-card {
		--gmf-blog-media-h: clamp(180px, 52vw, 240px);
	}

	.gmf-store-home__modern-grid {
		grid-template-columns: 1fr;
	}
}

/* Tablet: single column hero stack; do not override phone 2-col grids below 601px */
@media (max-width: 980px) {
	.gmf-store-home__top-grid {
		grid-template-columns: 1fr;
	}

	.gmf-store-home__sidebar {
		align-self: start;
		width: 100%;
	}
}

@media (max-width: 980px) and (min-width: 601px) {
	.gmf-store-home__blog-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.gmf-store-home__modern-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

/* ——— About us ——— */
.gmf-about-hero {
	padding: 2.6rem 0 2.8rem;
	background: radial-gradient(900px 300px at 75% 25%, rgba(130, 180, 36, 0.18), transparent 60%),
		radial-gradient(900px 320px at 25% 65%, rgba(47, 125, 74, 0.16), transparent 60%),
		linear-gradient(145deg, #ffffff 0%, #fbfbfd 100%);
	border-bottom: 1px solid #e5e7eb;
	margin-bottom: 1.5rem;
}

.gmf-about-hero__inner {
	max-width: 1100px;
	margin: 0 auto;
}

.gmf-about-hero__eyebrow {
	margin: 0 0 0.65rem;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: var(--gmf-purple, #82b424);
}

.gmf-about-hero__title {
	margin: 0 0 0.75rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(2.25rem, 4.6vw, 3.1rem);
	font-weight: 600;
	color: #111827;
	line-height: 1.1;
	max-width: 820px;
}

.gmf-about-hero__text {
	margin: 0 0 1.25rem;
	max-width: 760px;
	font-size: 16px;
	line-height: 1.65;
	color: #4b5563;
}

.gmf-about-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.gmf-about__section {
	padding-top: 1.2rem;
	padding-bottom: 0.8rem;
}

.gmf-about-highlights {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gmf-about-highlight {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 14px 14px 15px;
}

.gmf-about-highlight__k {
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.gmf-about-highlight__v {
	font-size: 18px;
	font-weight: 900;
	color: #111827;
	margin: 6px 0 6px;
}

.gmf-about-highlight__d {
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
}

.gmf-about-section-head {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-bottom: 12px;
}

.gmf-about-section-head__title {
	margin: 0;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 1.85rem;
	font-weight: 600;
	color: #111827;
}

.gmf-about-section-head__text {
	margin: 0;
	font-size: 14px;
	color: #6b7280;
}

.gmf-about-values {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gmf-about-banners {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.gmf-about-banner {
	display: flex;
	gap: 12px;
	align-items: flex-start;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 14px 14px 15px;
}

.gmf-about-banner__ico {
	width: 44px;
	height: 44px;
	border-radius: 14px;
	background: linear-gradient(145deg, #ede9fe 0%, #dcfce7 100%);
	border: 1px solid #e5e7eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #111827;
	flex-shrink: 0;
}

.gmf-about-banner__title {
	display: block;
	font-weight: 900;
	color: #111827;
	margin: 0 0 4px;
}

.gmf-about-banner__text {
	display: block;
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
}

.gmf-about-office {
	display: grid;
	grid-template-columns: 380px 1fr;
	gap: 12px;
	align-items: stretch;
}

.gmf-about-office__card {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 14px 14px 15px;
}

.gmf-about-office__label {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.gmf-about-office__address {
	margin: 0 0 10px;
	font-size: 14px;
	font-weight: 800;
	color: #111827;
	line-height: 1.35;
}

.gmf-about-office__email {
	margin: 0;
	font-size: 13px;
}

.gmf-about-office__email a {
	color: #111827;
	text-decoration: none;
	border-bottom: 1px solid rgba(17, 24, 39, 0.18);
}

.gmf-about-office__email a:hover {
	border-bottom-color: rgba(17, 24, 39, 0.55);
}

.gmf-about-office__map {
	position: relative;
	border-radius: var(--gmf-radius, 8px);
	border: 1px solid #e5e7eb;
	background:
		radial-gradient(700px 240px at 30% 40%, rgba(130, 180, 36, 0.12), transparent 60%),
		radial-gradient(700px 240px at 70% 65%, rgba(47, 125, 74, 0.12), transparent 60%),
		linear-gradient(145deg, #f3f4f6 0%, #ffffff 100%);
	min-height: 120px;
	overflow: hidden;
	display: flex;
}

.gmf-about-office__map::before {
	content: "";
	position: absolute;
	inset: 0;
	background-image: url("../img/hero-carousel-2.jpg");
	background-size: cover;
	background-position: center;
	opacity: 0.9;
	filter: saturate(1.08) contrast(1.05);
}

.gmf-about-office__map::after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(
		145deg,
		rgba(255, 255, 255, 0.82) 0%,
		rgba(255, 255, 255, 0.76) 55%,
		rgba(255, 255, 255, 0.86) 100%
	);
}

.gmf-about-office__map-inner {
	padding: 14px 14px 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	position: relative;
	z-index: 1;
}

.gmf-about-office__map-eyebrow {
	margin: 0;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #6b7280;
}

.gmf-about-office__map-title {
	margin: -4px 0 0;
	font-size: 18px;
	font-weight: 900;
	color: #111827;
	line-height: 1.2;
}

.gmf-about-office__map-list {
	margin: 0;
	padding-left: 18px;
	color: #4b5563;
	font-size: 13px;
	line-height: 1.55;
}

.gmf-about-office__map-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 2px;
}

.gmf-about-office__note {
	margin: 0;
	font-size: 12px;
	line-height: 1.5;
	color: #6b7280;
}

.gmf-about-value {
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: var(--gmf-radius, 8px);
	padding: 14px 14px 15px;
}

.gmf-about-value__ico {
	width: 40px;
	height: 40px;
	border-radius: 12px;
	background: linear-gradient(145deg, #ede9fe 0%, #dcfce7 100%);
	border: 1px solid #e5e7eb;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	margin-bottom: 10px;
}

.gmf-about-value__title {
	display: block;
	font-weight: 900;
	color: #111827;
	margin-bottom: 6px;
}

.gmf-about-value__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.55;
	color: #4b5563;
}

.gmf-about-cta {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px 16px;
	background: linear-gradient(145deg, #111827 0%, #0f172a 100%);
	border: 1px solid rgba(17, 24, 39, 0.18);
	border-radius: var(--gmf-radius, 8px);
	padding: 18px 18px;
}

.gmf-about-cta__title {
	margin: 0 0 4px;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 22px;
	font-weight: 600;
	color: rgba(255, 255, 255, 0.94);
}

.gmf-about-cta__text {
	margin: 0;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.78);
}

@media (max-width: 980px) {
	.gmf-about-highlights,
	.gmf-about-values,
	.gmf-about-banners,
	.gmf-about-office {
		grid-template-columns: 1fr;
	}
}

/* ——— Single blog post (editorial layout) ——— */
.gmf-main.gmf-blog-single {
	padding-top: 0;
	overflow-x: clip;
}

.gmf-main.gmf-blog-single:not(:has(.gmf-blog-single__hero)) {
	padding-top: 48px;
}

.gmf-blog-single__wrap {
	max-width: 100%;
}

/* Full-bleed hero */
.gmf-blog-single__hero {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	position: relative;
	background: #0f172a;
}

.gmf-blog-single__hero-figure {
	margin: 0;
	line-height: 0;
}

.gmf-blog-single__hero-img {
	display: block;
	width: 100%;
	height: min(52vh, 560px);
	object-fit: cover;
	object-position: center;
}

@media (max-width: 640px) {
	.gmf-blog-single__hero-img {
		height: min(42vh, 320px);
	}
}

/* Title band */
.gmf-blog-single__intro {
	padding-top: clamp(1.75rem, 4vw, 2.75rem);
	padding-bottom: clamp(0.5rem, 2vw, 1rem);
}

.gmf-blog-single__intro-inner {
	max-width: 40rem;
	margin: 0 auto;
	text-align: center;
}

.gmf-blog-single__eyebrow {
	margin: 0 0 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0.65rem;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #64748b;
}

.gmf-blog-single__pill {
	display: inline-flex;
	align-items: center;
	padding: 0.35rem 0.85rem;
	border-radius: 999px;
	background: rgba(130, 180, 36, 0.12);
	color: var(--gmf-purple, #82b424);
	border: 1px solid rgba(130, 180, 36, 0.28);
	font-weight: 700;
	letter-spacing: 0.04em;
}

.gmf-blog-single__meta-line {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.15rem 0;
	font-weight: 600;
	color: #64748b;
	text-transform: none;
	letter-spacing: 0;
	font-size: 13px;
}

.gmf-blog-single__sep {
	margin: 0 0.35rem;
	color: #cbd5e1;
}

.gmf-blog-single__byline {
	color: #475569;
}

.gmf-blog-single__title {
	margin: 0 0 0.85rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(2rem, 5vw, 2.85rem);
	font-weight: 600;
	line-height: 1.12;
	color: #0f172a;
	letter-spacing: -0.02em;
}

.gmf-blog-single__deck {
	margin: 0;
	font-size: clamp(1.05rem, 2.2vw, 1.2rem);
	line-height: 1.55;
	color: #475569;
	font-weight: 400;
}

/* Rail + article column */
.gmf-blog-single__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 0;
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
}

.gmf-blog-single__rail {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 0.75rem 1rem;
	padding: 1.25rem 0 0;
	margin-top: 0.5rem;
	border-top: 1px solid #e2e8f0;
}

.gmf-blog-single__rail-label {
	margin: 0;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	color: #94a3b8;
	width: 100%;
	text-align: center;
}

.gmf-blog-single__share {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
}

.gmf-blog-single__share-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 1px solid #e2e8f0;
	background: #fff;
	color: #0f172a;
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
	transition: border-color 0.15s ease, background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.gmf-blog-single__share-link:hover {
	border-color: var(--gmf-purple, #82b424);
	background: rgba(130, 180, 36, 0.08);
	color: #0f172a;
	transform: translateY(-1px);
}

@media (min-width: 1100px) {
	.gmf-blog-single__grid {
		/* Two tracks only — avoid a wide empty third column that shoves copy to the viewport edge */
		grid-template-columns: 72px minmax(0, 42rem);
		grid-template-areas: "rail article";
		column-gap: 2.5rem;
		row-gap: 2rem;
		align-items: start;
		justify-content: center;
		width: 100%;
		max-width: 100%;
		padding-bottom: 3.5rem;
		box-sizing: border-box;
	}

	.gmf-blog-single__content {
		grid-area: article;
		margin: 0;
		width: 100%;
		max-width: 42rem;
	}

	.gmf-blog-single__rail {
		grid-area: rail;
		position: sticky;
		top: 7.5rem;
		flex-direction: column;
		justify-content: flex-start;
		padding: 0;
		margin-top: 0.35rem;
		border-top: 0;
		width: 72px;
	}

	.gmf-blog-single__rail-label {
		width: auto;
		text-align: center;
	}
}

.gmf-blog-single__content {
	max-width: 42rem;
	width: 100%;
	margin: 0 auto;
	padding-top: clamp(0.25rem, 1vw, 0.75rem);
	font-size: 1.08rem;
	line-height: 1.82;
	color: #334155;
}

/* Gutenberg alignleft/alignright floats a narrow column — reset for readable single layout */
.gmf-blog-single__content .alignleft,
.gmf-blog-single__content .alignright {
	float: none;
	margin-left: 0;
	margin-right: 0;
}

.gmf-blog-single__content .alignwide,
.gmf-blog-single__content .alignfull {
	max-width: 100%;
	margin-left: 0;
	margin-right: 0;
}

/* Drop cap on first paragraph */
.gmf-blog-single__content > p:first-of-type::first-letter {
	float: left;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: 3.25rem;
	line-height: 0.92;
	padding-right: 0.55rem;
	padding-top: 0.12em;
	font-weight: 600;
	color: var(--gmf-purple, #82b424);
}

.gmf-blog-single__content > *:first-child {
	margin-top: 0;
}

.gmf-blog-single__content h2,
.gmf-blog-single__content h3 {
	margin: 2.25rem 0 0.85rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-weight: 600;
	color: #0f172a;
	line-height: 1.28;
	letter-spacing: -0.015em;
}

.gmf-blog-single__content h2 {
	font-size: clamp(1.45rem, 3vw, 1.75rem);
}

.gmf-blog-single__content h3 {
	font-size: 1.28rem;
}

.gmf-blog-single__content p {
	margin: 0 0 1.2rem;
}

.gmf-blog-single__content ul,
.gmf-blog-single__content ol {
	margin: 0 0 1.2rem 1.25rem;
	padding: 0;
}

.gmf-blog-single__content li {
	margin-bottom: 0.4rem;
}

.gmf-blog-single__content a {
	color: var(--gmf-purple, #82b424);
	font-weight: 600;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.gmf-blog-single__content a:hover {
	color: var(--gmf-green, #2f7d4a);
}

.gmf-blog-single__content img,
.gmf-blog-single__content figure {
	max-width: 100%;
	height: auto;
}

.gmf-blog-single__content .wp-block-image,
.gmf-blog-single__content figure.wp-block-image {
	margin: 2rem 0;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.gmf-blog-single__content blockquote {
	margin: 2rem 0;
	padding: 1.25rem 1.35rem 1.25rem 1.35rem;
	border-radius: 0 12px 12px 0;
	border-left: 4px solid var(--gmf-purple, #82b424);
	background: linear-gradient(105deg, #f8fafc 0%, #f1f5f9 100%);
	font-style: italic;
	font-size: 1.05rem;
	color: #475569;
}

/* Footer stack: author, related, newsletter */
.gmf-blog-single__footer {
	background: linear-gradient(180deg, #f8fafc 0%, #fff 22%);
	border-top: 1px solid #e2e8f0;
	padding: clamp(2rem, 5vw, 3.5rem) 0 clamp(2.5rem, 6vw, 4rem);
}

.gmf-blog-single__author {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 1.25rem 1.5rem;
	max-width: 42rem;
	margin: 0 auto 2.5rem;
	padding: 1.5rem 1.35rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	box-shadow: 0 12px 36px rgba(15, 23, 42, 0.06);
}

.gmf-blog-single__author-avatar {
	line-height: 0;
}

.gmf-blog-single__author-img {
	display: block;
	border-radius: 50%;
	width: 72px;
	height: 72px;
	object-fit: cover;
}

.gmf-blog-single__author-body {
	min-width: 0;
}

.gmf-blog-single__author-label {
	margin: 0 0 0.2rem;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #94a3b8;
}

.gmf-blog-single__author-name {
	margin: 0 0 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
	color: #0f172a;
}

.gmf-blog-single__author-name a {
	color: inherit;
	text-decoration: none;
	border-bottom: 2px solid rgba(130, 180, 36, 0.45);
}

.gmf-blog-single__author-name a:hover {
	color: var(--gmf-purple, #82b424);
}

.gmf-blog-single__author-bio {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.65;
	color: #64748b;
}

.gmf-blog-single__related {
	max-width: 72rem;
	margin: 0 auto 2.5rem;
}

.gmf-blog-single__related-head {
	text-align: center;
	margin-bottom: 1.75rem;
}

.gmf-blog-single__related-title {
	margin: 0 0 0.35rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(1.65rem, 3vw, 2rem);
	font-weight: 600;
	color: #0f172a;
}

.gmf-blog-single__related-sub {
	margin: 0;
	font-size: 14px;
	color: #64748b;
}

.gmf-blog-single__related-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 1.25rem;
}

@media (max-width: 900px) {
	.gmf-blog-single__related-grid {
		grid-template-columns: 1fr;
		max-width: 28rem;
		margin: 0 auto;
	}
}

.gmf-blog-single__related-card {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	color: inherit;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.gmf-blog-single__related-card:hover {
	border-color: rgba(130, 180, 36, 0.45);
	box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
	transform: translateY(-3px);
}

.gmf-blog-single__related-media {
	display: block;
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: #e2e8f0;
}

.gmf-blog-single__related-media img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.gmf-blog-single__related-media--placeholder {
	background: linear-gradient(135deg, #e2e8f0, #f1f5f9);
}

.gmf-blog-single__related-card-title {
	padding: 1rem 1.1rem 0.35rem;
	font-weight: 700;
	font-size: 1.02rem;
	line-height: 1.35;
	color: #0f172a;
}

.gmf-blog-single__related-card-meta {
	padding: 0 1.1rem 1.1rem;
	font-size: 12px;
	font-weight: 600;
	color: #94a3b8;
}

.gmf-blog-single__newsletter {
	max-width: 56rem;
	margin: 0 auto;
	border-radius: 18px;
	background: linear-gradient(125deg, #0f172a 0%, #1e293b 55%, #0f172a 100%);
	border: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: 0 20px 50px rgba(15, 23, 42, 0.2);
}

.gmf-blog-single__newsletter-inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 1.25rem 1.5rem;
	padding: clamp(1.5rem, 4vw, 2.25rem) clamp(1.35rem, 4vw, 2.5rem);
}

.gmf-blog-single__newsletter-title {
	margin: 0 0 0.4rem;
	font-family: var(--gmf-font-heading, "Cormorant Garamond", Georgia, serif);
	font-size: clamp(1.45rem, 3vw, 1.85rem);
	font-weight: 600;
	color: #f8fafc;
}

.gmf-blog-single__newsletter-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.55;
	color: rgba(248, 250, 252, 0.78);
	max-width: 32rem;
}

.gmf-blog-single__newsletter-btn {
	flex-shrink: 0;
	box-shadow: 0 4px 14px rgba(130, 180, 36, 0.35);
}

.gmf-blog-single__newsletter-btn:hover {
	filter: brightness(1.05);
}
