/**
 * Orbin Store theme styles.
 *
 * @package Orbin_Store
 */

:root {
	--orbin-green: #5fa63a;
	--orbin-green-dark: #3f8a2f;
	--orbin-green-text: #3d7f34;
	--orbin-orange: #ef7a2f;
	--orbin-orange-dark: #de6a22;
	--orbin-coral: #ef7a2f;
	--orbin-coral-dark: #de6a22;
	--orbin-cream: #fdf3e1;
	--orbin-cream-dark: #1b3022;
	--orbin-dark: #333333;
	--orbin-muted: #666666;
	--orbin-border: #e4e7ec;
	--orbin-white: #ffffff;
	--orbin-font-body: "DM Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
	--orbin-font-heading: "Libre Baskerville", Georgia, "Times New Roman", serif;
	--section-space: 5rem;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	font-family: var(--orbin-font-body);
	color: var(--orbin-dark);
	background: var(--orbin-white);
	line-height: 1.6;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
	text-decoration: none;
}

.site-header {
	position: relative;
	z-index: 30;
	background: var(--orbin-white);
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.site-header__container {
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

.site-navbar {
	padding: 0.65rem 0;
	gap: 1rem;
}

.site-brand {
	display: inline-flex;
	align-items: center;
	padding: 0;
	margin-right: 1rem;
	text-decoration: none;
	color: inherit;
}

.site-brand:hover,
.site-brand:focus {
	text-decoration: none;
}

.site-brand__mark {
	display: inline-flex;
	align-items: center;
	gap: 0.85rem;
}

.site-brand__word {
	font-size: clamp(1.85rem, 2.5vw, 2.35rem);
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.03em;
	color: #222222;
}

.site-brand__o {
	color: var(--orbin-green);
}

.site-brand__tm {
	font-size: 0.45em;
	font-weight: 600;
	vertical-align: super;
	margin-left: 0.05em;
	color: #222222;
}

.site-brand__tagline {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 0.72rem;
	line-height: 1.15;
	font-weight: 500;
	color: #444444;
}

.site-brand__custom-logo .custom-logo-link,
.site-brand__custom-logo img {
	display: block;
	max-height: 52px;
	width: auto;
}

.site-navbar__collapse {
	align-items: center;
}

.site-navbar__menu {
	flex-wrap: nowrap;
	gap: 0.05rem 0.2rem;
	margin: 0 auto;
}

.site-navbar__menu .nav-link,
.site-navbar__link {
	padding: 0.45rem 0.45rem;
	font-size: 0.72rem;
	font-weight: 600;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #555555;
	border-radius: 0;
	transition: color 0.2s ease;
}

.site-navbar__menu .nav-link:hover,
.site-navbar__menu .nav-link:focus,
.site-navbar__link:hover,
.site-navbar__link:focus {
	color: var(--orbin-green-dark);
	background: transparent;
	text-decoration: none;
}

.site-navbar__actions {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	margin-left: auto;
	padding-top: 0.75rem;
}

.site-navbar__toggle {
	border: 0;
	padding: 0.35rem 0.55rem;
}

.site-navbar__toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(95, 166, 58, 0.2);
}

.btn-buy-now,
.btn-shop-now {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 0.55rem 1.15rem;
	border-radius: 0.35rem;
	background: var(--orbin-orange);
	color: var(--orbin-white);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 0;
	transition: background-color 0.2s ease;
}

.btn-buy-now:hover,
.btn-buy-now:focus,
.btn-shop-now:hover,
.btn-shop-now:focus {
	background: var(--orbin-orange-dark);
	color: var(--orbin-white);
	text-decoration: none;
}

.site-cart {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	color: #666666;
	text-decoration: none;
}

.site-cart:hover,
.site-cart:focus {
	color: var(--orbin-green-dark);
	text-decoration: none;
}

.site-cart__icon {
	position: relative;
	width: 22px;
	height: 18px;
}

.site-cart__icon::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 18px;
	height: 12px;
	border: 2px solid currentColor;
	border-top: 0;
	border-radius: 0 0 3px 3px;
}

.site-cart__icon::after {
	content: "";
	position: absolute;
	top: 0;
	left: 4px;
	width: 10px;
	height: 8px;
	border: 2px solid currentColor;
	border-bottom: 0;
	border-radius: 8px 8px 0 0;
}

.site-cart__count {
	font-size: 0.95rem;
	font-weight: 600;
	color: #777777;
}

.site-main {
	min-height: 50vh;
}

.home-hero {
	position: relative;
}

.home-hero__carousel,
.home-hero__slide {
	min-height: clamp(320px, 42vw, 520px);
}

.home-hero__slide {
	position: relative;
	overflow: hidden;
}

.home-hero__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
	padding-bottom: clamp(2rem, 5vw, 3.5rem);
	opacity: 0;
	transition: opacity 0.45s ease;
}

.carousel-item.active .home-hero__content {
	opacity: 1;
}

.home-hero__image {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

.home-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.42) 0%, rgba(0, 0, 0, 0.08) 45%, rgba(0, 0, 0, 0) 100%);
}

.home-hero__caption {
	max-width: 34rem;
}

.home-hero__title {
	margin: 0 0 1.25rem;
	color: var(--orbin-white);
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 4vw, 3rem);
	line-height: 1.08;
	font-weight: 700;
}

.home-hero__title-line {
	display: block;
}

.btn-explore {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.45rem;
	border-radius: 0.45rem;
	background: var(--orbin-white);
	color: var(--orbin-green-text);
	font-size: 0.98rem;
	font-weight: 600;
	border: 0;
	transition: background-color 0.2s ease, color 0.2s ease;
}

.btn-explore:hover,
.btn-explore:focus {
	background: #f3f3f3;
	color: var(--orbin-green-dark);
	text-decoration: none;
}

.btn-know-more {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0.75rem 1.6rem;
	border-radius: 999px;
	background: var(--orbin-green);
	color: var(--orbin-white);
	font-size: 0.98rem;
	font-weight: 600;
	border: 0;
	transition: background-color 0.2s ease;
}

.btn-know-more:hover,
.btn-know-more:focus {
	background: var(--orbin-green-dark);
	color: var(--orbin-white);
	text-decoration: none;
}

.home-hero__indicators {
	margin-bottom: 1rem;
	gap: 0.45rem;
}

.home-hero__indicators [data-bs-target] {
	width: 2rem;
	height: 0.18rem;
	border: 0;
	border-radius: 999px;
	background-color: rgba(255, 255, 255, 0.45);
}

.home-hero__indicators .active {
	background-color: var(--orbin-white);
}

.home-hero__control {
	width: auto;
	padding: 0 1rem;
	opacity: 1;
}

.home-hero__control-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.88);
	color: var(--orbin-dark);
	font-size: 1.65rem;
	line-height: 1;
	box-shadow: 0 8px 24px rgba(15, 23, 42, 0.12);
}

.home-about {
	background: var(--orbin-cream);
}

.home-about__container {
	padding-left: 0;
	padding-right: 0;
}

.home-about__media {
	height: 100%;
	min-height: 100%;
	background: var(--orbin-cream);
}

.home-about__visual {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center center;
}

.home-about__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

.home-about__eyebrow {
	margin: 0 0 0.85rem;
	color: #6ea047;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-about__title {
	margin: 0 0 1.25rem;
	max-width: 34rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	line-height: 1.18;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-about__title-accent {
	color: #234a2a;
}

.home-about__text {
	margin: 0 0 2rem;
	max-width: 36rem;
	color: #355242;
	font-size: 1rem;
	line-height: 1.7;
}

.home-about__features {
	margin-bottom: 2rem;
}

.home-about__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.home-about__feature-icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
}

.home-about__feature-title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-about__feature-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #466553;
}

.home-about__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.btn-about-primary,
.btn-about-secondary {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 46px;
	padding: 0.7rem 1.35rem;
	border-radius: 0.35rem;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.btn-about-primary {
	background: #234a2a;
	color: var(--orbin-white);
	border: 1px solid #234a2a;
}

.btn-about-primary:hover,
.btn-about-primary:focus {
	background: #1a3820;
	border-color: #1a3820;
	color: var(--orbin-white);
	text-decoration: none;
}

.btn-about-secondary {
	background: transparent;
	color: #234a2a;
	border: 1px solid #234a2a;
}

.btn-about-secondary:hover,
.btn-about-secondary:focus {
	background: rgba(35, 74, 42, 0.08);
	color: #1a3820;
	text-decoration: none;
}

.home-promise {
	background: var(--orbin-cream);
}

.home-promise__container {
	padding-left: 0;
	padding-right: 0;
}

.home-promise__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
	text-align: center;
}

.home-promise__eyebrow {
	margin: 0 0 0.85rem;
	color: #6ea047;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-promise__title {
	margin: 0 auto 1.25rem;
	max-width: 34rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	line-height: 1.18;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-promise__text {
	margin: 0 auto 2rem;
	max-width: 36rem;
	color: #355242;
	font-size: 1rem;
	line-height: 1.7;
}

.home-promise__features {
	margin-bottom: 2rem;
	text-align: left;
}

.home-promise__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.home-promise__feature-icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
}

.home-promise__feature-title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-promise__feature-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #466553;
}

.home-promise__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.85rem;
}

.home-promise__media {
	height: 100%;
	min-height: 100%;
	padding: clamp(1.5rem, 3vw, 2.5rem);
	background: var(--orbin-cream);
}

.home-promise__visual {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center center;
	border-radius: 1rem;
}

.home-sustainable {
	background: var(--orbin-cream);
}

.home-sustainable__container {
	padding-left: 0;
	padding-right: 0;
}

.home-sustainable__media {
	height: 100%;
	min-height: 100%;
	background: var(--orbin-cream);
}

.home-sustainable__visual {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center center;
}

.home-sustainable__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

.home-sustainable__eyebrow {
	margin: 0 0 0.85rem;
	color: #6ea047;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-sustainable__title {
	margin: 0 0 1.25rem;
	max-width: 34rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	line-height: 1.18;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-sustainable__text {
	margin: 0 0 2rem;
	max-width: 36rem;
	color: #355242;
	font-size: 1rem;
	line-height: 1.7;
}

.home-sustainable__features {
	margin-bottom: 2rem;
}

.home-sustainable__feature {
	display: flex;
	align-items: flex-start;
	gap: 0.85rem;
}

.home-sustainable__feature-icon {
	flex: 0 0 72px;
	width: 72px;
	height: 72px;
}

.home-sustainable__feature-title {
	margin: 0 0 0.35rem;
	font-size: 1rem;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-sustainable__feature-text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.45;
	color: #466553;
}

.home-sustainable__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.home-products {
	padding-top: 3.5rem;
}

.home-impact {
	padding: 3.5rem 0 5rem;
	background: var(--orbin-white);
}

.home-impact__container {
	max-width: 1080px;
}

.home-impact__title {
	margin: 0 auto 1rem;
	max-width: 34rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.home-impact__intro {
	margin: 0 auto 2.75rem;
	max-width: 52rem;
	font-size: 1rem;
	line-height: 1.7;
	text-align: center;
	color: #355242;
}

.home-impact__grid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 2rem;
}

.home-impact__item {
	height: 100%;
	text-align: center;
}

.home-impact__icon {
	display: block;
	margin: 0 auto 1rem;
}

.home-impact__headline {
	margin: 0 0 0.35rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	color: #1a1a1a;
}

.home-impact__subtitle {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1.35;
	color: #234a2a;
}

.home-impact__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.5;
	color: #466553;
}

.home-natural {
	background: var(--orbin-cream);
}

.home-natural__container {
	padding-left: 0;
	padding-right: 0;
}

.home-natural__media {
	height: 100%;
	min-height: 100%;
	background: var(--orbin-cream);
}

.home-natural__visual {
	width: 100%;
	height: 100%;
	min-height: 360px;
	object-fit: cover;
	object-position: center center;
}

.home-natural__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: clamp(2.5rem, 5vw, 4.5rem) clamp(1.5rem, 4vw, 3.5rem);
}

.home-natural__eyebrow {
	margin: 0 0 0.85rem;
	color: #6ea047;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-natural__title {
	margin: 0 0 1.25rem;
	max-width: 34rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 3vw, 2.65rem);
	line-height: 1.18;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-natural__text {
	margin: 0 0 1rem;
	max-width: 36rem;
	color: #355242;
	font-size: 1rem;
	line-height: 1.7;
}

.home-natural__text:last-of-type {
	margin-bottom: 1.75rem;
}

.home-natural__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.home-natural__cta {
	gap: 0.5rem;
}

.home-natural__cta-arrow {
	font-size: 1.1rem;
	line-height: 1;
}

.home-waste-solutions {
	padding: 3.5rem 0 5rem;
	background: var(--orbin-white);
}

.home-waste-solutions__container {
	max-width: 1080px;
}

.home-waste-solutions__title {
	margin: 0 auto 0.85rem;
	max-width: 40rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.home-waste-solutions__intro {
	margin: 0 auto 2.5rem;
	max-width: 44rem;
	font-size: 1rem;
	line-height: 1.7;
	text-align: center;
	color: #355242;
}

.home-waste-solutions__grid {
	--bs-gutter-x: 1.75rem;
	--bs-gutter-y: 2rem;
}

.home-waste-solutions__card {
	height: 100%;
	text-align: center;
}

.home-waste-solutions__media {
	margin-bottom: 1rem;
	overflow: hidden;
	border-radius: 2px;
	background: #f3f1ec;
}

.home-waste-solutions__media img {
	display: block;
	width: 100%;
	aspect-ratio: 298 / 152;
	object-fit: cover;
}

.home-waste-solutions__label {
	margin: 0 0 0.35rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #466553;
}

.home-waste-solutions__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
}

.home-waste-solutions__divider {
	display: block;
	width: 2.5rem;
	height: 2px;
	margin: 0 auto 0.85rem;
	background: #234a2a;
}

.home-waste-solutions__text {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #466553;
}

.home-testimonials {
	padding: 3.5rem 0 4.5rem;
	background: var(--orbin-cream);
}

.home-testimonials__container {
	max-width: 1120px;
}

.home-testimonials__title {
	margin: 0 auto 0.75rem;
	max-width: 40rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.home-testimonials__intro {
	margin: 0 auto 2.5rem;
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	color: #355242;
}

.home-testimonials__carousel {
	padding-bottom: 2.5rem;
}

.home-testimonials__indicators {
	position: static;
	margin: 2rem 0 0;
}

.home-testimonials__indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin: 0 0.35rem;
	border: 0;
	border-radius: 50%;
	background: #c8d4bc;
	opacity: 1;
}

.home-testimonials__indicators .active {
	background: #234a2a;
}

.home-testimonials__grid {
	--bs-gutter-x: 1.25rem;
	--bs-gutter-y: 1.5rem;
}

.home-testimonials__card {
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 100%;
	padding: 1.5rem 1.35rem 1.25rem;
	border-radius: 1rem;
	background: var(--orbin-white);
	box-shadow: 0 12px 32px rgba(35, 74, 42, 0.08);
}

.home-testimonials__card--featured {
	padding-top: 1.75rem;
	padding-bottom: 1.5rem;
	transform: translateY(-0.35rem);
}

.home-testimonials__card-top {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 1rem;
	margin-bottom: 1rem;
}

.home-testimonials__quote {
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 700;
	color: #6ea047;
}

.home-testimonials__stars {
	display: flex;
	gap: 0.15rem;
	margin-left: auto;
}

.home-testimonials__star {
	font-size: 0.95rem;
	line-height: 1;
	color: #d7dde0;
}

.home-testimonials__star.is-filled {
	color: #f4b400;
}

.home-testimonials__quote-text {
	flex: 1;
	margin-bottom: 1.25rem;
	font-size: 0.95rem;
	line-height: 1.65;
	text-align: center;
	color: #355242;
}

.home-testimonials__quote-text p {
	margin: 0;
}

.home-testimonials__reference {
	margin-bottom: 1.25rem;
	padding-top: 1rem;
	border-top: 1px solid #e8ece4;
	text-align: center;
}

.home-testimonials__reference-label {
	display: block;
	margin-bottom: 0.2rem;
	font-size: 0.92rem;
	font-weight: 700;
	color: #6ea047;
}

.home-testimonials__reference-name {
	display: block;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a1a1a;
}

.home-testimonials__author {
	display: flex;
	align-items: center;
	gap: 0.75rem;
	margin-top: auto;
}

.home-testimonials__avatar {
	flex: 0 0 48px;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	object-fit: cover;
}

.home-testimonials__avatar--placeholder {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #dfe8d8;
	color: #234a2a;
	font-size: 1rem;
	font-weight: 700;
}

.home-testimonials__author-name {
	margin: 0;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a1a1a;
}

.home-testimonials__author-role {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	line-height: 1.4;
	color: #466553;
}

@media (max-width: 767.98px) {
	.home-testimonials__card--featured {
		transform: none;
	}
}

.home-leadership {
	padding: 3.5rem 0 5rem;
}

.home-leadership__container {
	max-width: 1180px;
	padding-left: clamp(1rem, 3vw, 2rem);
	padding-right: clamp(1rem, 3vw, 2rem);
}

.home-leadership__cards {
	height: 100%;
}

.home-leadership__card {
	position: relative;
	overflow: hidden;
	min-height: 320px;
	border-radius: 1rem;
}

.home-leadership__card-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.home-leadership__card-panel {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 320px;
	margin: 1.25rem;
	padding: 1.5rem 1.25rem;
	border-radius: 0.85rem;
	background: rgba(255, 255, 255, 0.96);
	text-align: center;
	box-shadow: 0 10px 28px rgba(35, 74, 42, 0.08);
}

.home-leadership__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1a1a1a;
}

.home-leadership__card-text {
	margin: 0 0 1.25rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #355242;
}

.home-leadership__card-btn {
	min-width: 8.5rem;
	padding-left: 1rem;
	padding-right: 1rem;
}

.home-leadership__content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 0.5rem 0;
}

.home-leadership__eyebrow {
	margin: 0 0 0.85rem;
	color: #6ea047;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.home-leadership__title {
	margin: 0 0 0.85rem;
	max-width: 24rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.85rem, 3vw, 2.5rem);
	line-height: 1.18;
	font-weight: 700;
	color: var(--orbin-cream-dark);
}

.home-leadership__divider {
	display: block;
	width: 3.5rem;
	height: 3px;
	margin-bottom: 1.25rem;
	background: #234a2a;
}

.home-leadership__lead {
	margin: 0 0 1rem;
	max-width: 30rem;
	font-size: 1.05rem;
	font-weight: 600;
	line-height: 1.6;
	color: #234a2a;
}

.home-leadership__text {
	margin: 0;
	max-width: 30rem;
	font-size: 1rem;
	line-height: 1.7;
	color: #355242;
}

.home-blogs {
	padding: 3.5rem 0 4.5rem;
	background: var(--orbin-white);
}

.home-blogs__container {
	max-width: 1080px;
}

.home-blogs__title {
	margin: 0 auto 0.75rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.75rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.home-blogs__intro {
	margin: 0 auto 2.5rem;
	max-width: 34rem;
	font-size: 1rem;
	line-height: 1.6;
	text-align: center;
	color: #355242;
}

.home-blogs__carousel {
	padding-bottom: 2.5rem;
}

.home-blogs__indicators {
	position: static;
	margin: 2rem 0 0;
}

.home-blogs__indicators [data-bs-target] {
	width: 10px;
	height: 10px;
	margin: 0 0.35rem;
	border: 0;
	border-radius: 50%;
	background: #c8d4bc;
	opacity: 1;
}

.home-blogs__indicators .active {
	background: #234a2a;
}

.home-blogs__grid {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 1.5rem;
}

.home-blogs__card {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.home-blogs__media {
	display: block;
	overflow: hidden;
	margin-bottom: 1rem;
	border-radius: 0.35rem;
	background: #f3f1ec;
}

.home-blogs__media img {
	display: block;
	width: 100%;
	aspect-ratio: 298 / 168;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.home-blogs__media:hover img,
.home-blogs__media:focus img {
	transform: scale(1.02);
}

.home-blogs__date {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	color: #6b7c72;
}

.home-blogs__card-title {
	margin: 0 0 0.75rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.home-blogs__card-title a {
	color: #1a1a1a;
	text-decoration: none;
}

.home-blogs__card-title a:hover,
.home-blogs__card-title a:focus {
	color: var(--orbin-green-text);
	text-decoration: none;
}

.home-blogs__excerpt {
	margin: 0 0 1.25rem;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #466553;
}

.home-blogs__cta {
	gap: 0.45rem;
	margin-top: auto;
}

.home-blogs__cta-arrow {
	font-size: 1rem;
	line-height: 1;
}

.entry__terms {
	margin: 0 0 0.5rem;
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #6ea047;
}

.home-circular {
	padding: 3.5rem 0 5rem;
	background: var(--orbin-white);
}

.home-circular__container {
	max-width: 1080px;
}

.home-circular__title {
	margin: 0 0 2.75rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.65rem, 2.8vw, 2rem);
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.home-circular__grid {
	--bs-gutter-x: 2.25rem;
	--bs-gutter-y: 2rem;
	justify-content: center;
}

.home-circular__item {
	display: block;
	text-decoration: none;
}

.home-circular__item:hover,
.home-circular__item:focus {
	text-decoration: none;
}

.home-circular__media {
	display: block;
	overflow: hidden;
	border-radius: 2px;
	background: #f3f1ec;
}

.home-circular__media img {
	display: block;
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
	aspect-ratio: 1 / 1;
	object-fit: cover;
	transition: transform 0.25s ease;
}

.home-circular__item:hover .home-circular__media img,
.home-circular__item:focus .home-circular__media img {
	transform: scale(1.02);
}

.brand-products {
	padding: 3.5rem 0 5rem;
	background: var(--orbin-white);
}

.brand-products__container {
	max-width: 1080px;
}

.brand-products__title {
	margin: 0 0 2.75rem;
	font-family: var(--orbin-font-body);
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #1a1a1a;
}

.brand-products__grid {
	--bs-gutter-x: 2.25rem;
	--bs-gutter-y: 2.75rem;
}

.brand-product {
	display: block;
	color: #1a1a1a;
	text-decoration: none;
}

.brand-product:hover,
.brand-product:focus {
	color: #1a1a1a;
	text-decoration: none;
}

.brand-product__media {
	display: block;
	overflow: hidden;
	border-radius: 2px;
	background: #f3f1ec;
}

.brand-product__media img {
	display: block;
	width: 100%;
	aspect-ratio: 244 / 233;
	object-fit: cover;
}

.brand-product__name {
	display: block;
	margin-top: 0.95rem;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}

.brand-product:hover .brand-product__name,
.brand-product:focus .brand-product__name {
	color: var(--orbin-green-text);
}

.product-detail {
	padding: 3rem 0 5rem;
}

.product-detail__container {
	max-width: 1080px;
}

.product-detail__back {
	margin: 0 0 1.5rem;
}

.product-detail__back a {
	font-weight: 600;
	color: var(--orbin-green-text);
}

.product-detail__media img {
	display: block;
	width: 100%;
	border-radius: 2px;
}

.product-detail__title {
	margin: 0 0 0.75rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.75rem, 3vw, 2.4rem);
	font-weight: 700;
	line-height: 1.2;
}

.product-detail__excerpt {
	margin: 0 0 1.25rem;
	font-size: 1.125rem;
	line-height: 1.6;
	color: #333;
}

.product-detail__content {
	margin: 0 0 1.75rem;
	max-width: 36rem;
	color: var(--orbin-muted);
}

.product-detail__content p:last-child {
	margin-bottom: 0;
}

.product-detail__actions {
	margin-top: 1.5rem;
}

.product-detail__text {
	margin: 0;
	max-width: 36rem;
	color: var(--orbin-muted);
}

.product-page {
	background: var(--orbin-white);
}

.product-section {
	width: 100%;
}

.product-section__container {
	max-width: 980px;
	margin: 0 auto;
}

.product-section__container--narrow {
	max-width: 920px;
}

.product-section__container--wide {
	max-width: 1180px;
	padding-left: clamp(0.75rem, 2vw, 1.5rem);
	padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

.product-section__title {
	margin: 0;
	font-family: var(--orbin-font-body);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
}

.product-section__title--split {
	margin-bottom: 1.75rem;
	font-size: clamp(1.65rem, 3.4vw, 2.65rem);
	text-transform: uppercase;
}

.product-section__title--single {
	margin-bottom: 1rem;
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	text-transform: uppercase;
	color: #1b3c2d;
}

.product-section__title-line {
	display: block;
}

.product-section__title-line--dark {
	color: #1b3c2d;
}

.product-section__title-line--accent {
	color: #7d9f43;
}

.product-section__text {
	margin: 0 auto;
	max-width: 760px;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.65;
	color: #222222;
}

.product-section__text--lead {
	max-width: 720px;
	margin-bottom: 2.75rem;
	color: #355242;
}

.product-section__media {
	max-width: 860px;
	margin: 0 auto;
}

.product-section__media img,
.product-section__image {
	display: block;
	width: 100%;
	height: auto;
}

.product-section__image--full {
	object-fit: cover;
	object-position: center center;
}

.product-section--intro {
	padding: 3.75rem 1.25rem 4.5rem;
	text-align: center;
}

.product-section--flow {
	padding: 0 1.25rem 4.5rem;
	text-align: center;
}

.product-section--split {
	padding: 0 0 4.5rem;
	background: var(--orbin-white);
}

.product-section__container--split {
	max-width: 1240px;
	padding-left: clamp(0.75rem, 2vw, 1.5rem);
	padding-right: clamp(0.75rem, 2vw, 1.5rem);
}

.product-section__split-row {
	min-height: 100%;
}

.product-section__split-media-col {
	display: flex;
}

.product-section__split-media {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	padding: 1.5rem 1rem;
	overflow: hidden;
}

.product-section__split-media img {
	display: block;
	width: 138%;
	max-width: none;
	height: auto;
}

.product-section__split-content-col {
	display: flex;
}

.product-section__split-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: clamp(2rem, 4vw, 3rem);
	border-radius: 1.5rem;
	background: #7d9f43;
	color: var(--orbin-white);
}

.product-section__split-title {
	margin: 0 0 1.5rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-section__split-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-section__split-list li {
	position: relative;
	margin: 0 0 0.85rem;
	padding-left: 1rem;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.45;
}

.product-section__split-list li::before {
	content: "";
	position: absolute;
	top: 0.55em;
	left: 0;
	width: 0.35rem;
	height: 0.35rem;
	border-radius: 50%;
	background: currentColor;
}

.product-section__split-list li:last-child {
	margin-bottom: 0;
}

.product-section--content-image {
	padding: 0;
	background: var(--orbin-white);
	border-top: 3px solid #7d9f43;
	border-bottom: 3px solid #7d9f43;
}

.product-section__container--content-image {
	max-width: 1180px;
	padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 3vw, 2rem);
}

.product-section__content-image-row {
	gap: clamp(1.5rem, 4vw, 3rem);
}

.product-section__content-image-copy {
	padding-right: clamp(0.5rem, 2vw, 1.5rem);
}

.product-section__content-image-title {
	margin: 0 0 1.25rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.5rem, 2.8vw, 2.35rem);
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-section__content-image-title-line {
	display: block;
}

.product-section__content-image-title-line--dark {
	color: #1b3c2d;
}

.product-section__content-image-title-line--accent {
	color: #7d9f43;
}

.product-section__content-image-text {
	margin: 0;
	max-width: 34rem;
	font-size: clamp(1rem, 1.6vw, 1.125rem);
	line-height: 1.7;
	color: #355242;
}

.product-section__content-image-media-col {
	display: flex;
	justify-content: center;
}

.product-section__content-image-media {
	width: 100%;
	max-width: 520px;
	overflow: hidden;
}

.product-section__content-image-media img {
	display: block;
	width: 200%;
	max-width: none;
	height: auto;
	margin-left: -100%;
}

@media (min-width: 992px) {
	.product-section__content-image-media img {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
	}
}

.product-section--feature-grid {
	padding: 0;
	background: var(--orbin-white);
	border-top: 3px solid #7d9f43;
}

.product-section__container--feature-grid {
	max-width: 1180px;
	padding: clamp(2.5rem, 5vw, 3.5rem) clamp(1rem, 3vw, 2rem);
}

.product-section__feature-grid-media-col {
	display: flex;
	justify-content: center;
}

.product-section__feature-grid-media {
	width: min(100%, 280px);
	height: 280px;
	overflow: hidden;
}

.product-section__feature-grid-media img {
	display: block;
	width: auto;
	height: 100%;
	max-width: none;
}

.product-section__feature-grid-title {
	margin: 0 0 1.75rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.35rem, 2.5vw, 2rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1b3c2d;
}

.product-section__feature-grid-list {
	display: grid;
	grid-template-columns: 1fr;
	gap: 1.5rem 2rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-section__feature-grid-item {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.product-section__feature-grid-icon-wrap {
	flex: 0 0 3rem;
	width: 3rem;
	height: 3rem;
}

.product-section__feature-grid-icon {
	display: block;
	width: 3rem;
	height: 3rem;
}

.product-section__feature-grid-copy {
	display: flex;
	flex-direction: column;
	gap: 0.15rem;
}

.product-section__feature-grid-item-title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.35;
	color: #1b3c2d;
}

.product-section__feature-grid-item-text {
	font-size: 0.95rem;
	line-height: 1.4;
	color: #355242;
}

@media (min-width: 768px) {
	.product-section__feature-grid-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

.product-section--headline {
	padding: 3.5rem 1.25rem 4rem;
	background: var(--orbin-white);
	text-align: center;
}

.product-section__headline-title {
	margin: 0 0 1rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.product-section__headline-line {
	display: block;
}

.product-section__headline-line--dark {
	color: #1b3c2d;
}

.product-section__headline-subtitle {
	margin: 0 auto;
	max-width: 760px;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.25rem, 2.5vw, 1.85rem);
	font-weight: 700;
	line-height: 1.3;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #7d9f43;
}

.product-section--highlights {
	padding: 2.5rem 1rem;
	background: #e1eada;
}

.product-section--banner {
	overflow: hidden;
	background: var(--orbin-white);
}

.product-section--cards,
.product-section--sourced {
	padding: 3.5rem 1.25rem 4.5rem;
	background: var(--orbin-white);
}

.product-section--sourced {
	padding-top: 0;
}

.product-section__container--cards {
	max-width: 1180px;
}

.product-section__cards-head {
	margin-bottom: 2.75rem;
	text-align: center;
}

.product-section__cards-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	margin: 0 0 1.25rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.5rem, 3vw, 2.35rem);
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	color: #1b3c2d;
}

.product-section__cards-title-line {
	display: block;
	flex: 1 1 0;
	max-width: 7.5rem;
	height: 2px;
	background: #7d9f43;
}

.product-section__cards-title-text {
	flex: 0 1 auto;
}

.product-section__cards-intro {
	margin: 0 auto;
	max-width: 760px;
	font-size: clamp(0.98rem, 1.6vw, 1.08rem);
	line-height: 1.65;
	color: #1a1a1a;
}

.product-section__card {
	height: 100%;
}

.product-section__card-media {
	margin-bottom: 1.35rem;
	overflow: hidden;
	border-radius: 1rem;
}

.product-section__card-media img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.product-section__card-media a {
	display: block;
}

.product-section__card-title {
	margin: 0 0 0.35rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.05rem, 2vw, 1.35rem);
	font-weight: 700;
	line-height: 1.3;
	color: #1b3c2d;
}

.product-section__card-title a {
	color: inherit;
	text-decoration: none;
}

.product-section__card-title a:hover,
.product-section__card-title a:focus {
	color: #7d9f43;
	text-decoration: none;
}

.product-section__card-subtitle {
	margin: 0 0 0.85rem;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	font-weight: 600;
	line-height: 1.4;
	color: #7d9f43;
}

.product-section__card-text {
	margin: 0;
	font-size: 0.95rem;
	line-height: 1.6;
	color: #1a1a1a;
}

@media (max-width: 767.98px) {
	.product-section__cards-title-line {
		max-width: 3rem;
	}
}

.product-section--callout {
	padding: 0 1.25rem 4rem;
	background: var(--orbin-white);
}

.product-section--callout-bottom {
	padding-top: 0;
}

.product-section__container--callout {
	max-width: 980px;
}

.product-section__callout-box {
	padding: clamp(2rem, 4vw, 3rem) clamp(1.5rem, 4vw, 3.5rem);
	border-radius: 1.25rem;
	background: #e1eada;
	text-align: center;
}

.product-section__callout-title {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1.25rem;
	margin: 0 0 1.35rem;
	font-family: var(--orbin-font-body);
	font-size: clamp(1.15rem, 2.4vw, 1.75rem);
	font-weight: 700;
	line-height: 1.35;
	color: #1b3c2d;
}

.product-section__callout-title-line {
	display: block;
	flex: 1 1 0;
	max-width: 6.5rem;
	height: 2px;
	background: #1b3c2d;
}

.product-section__callout-title-text {
	flex: 0 1 auto;
	max-width: 34rem;
}

.product-section__callout-text {
	margin: 0 auto;
	max-width: 760px;
	font-size: clamp(0.95rem, 1.5vw, 1.05rem);
	line-height: 1.65;
	color: #1a1a1a;
}

@media (max-width: 767.98px) {
	.product-section__callout-title-line {
		max-width: 2.5rem;
	}
}

.product-section--video {
	padding: 0 1.25rem 4rem;
	background: var(--orbin-white);
}

.product-section__container--video {
	max-width: 980px;
}

.product-section__video-wrap {
	position: relative;
	overflow: hidden;
	border-radius: 1rem;
	background: #000;
	box-shadow: 0 18px 40px rgba(27, 60, 45, 0.12);
}

.product-section__video-wrap::before {
	content: '';
	display: block;
	padding-top: 56.25%;
}

.product-section__video-facade,
.product-section__video-iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.product-section__video-facade {
	display: block;
	padding: 0;
	cursor: pointer;
	background: transparent;
}

.product-section__video-poster {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-section__video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	pointer-events: none;
}

.product-section__video-play-bg {
	fill: #f03;
	fill-opacity: 0.9;
}

.product-section__video-play-icon {
	fill: none;
	stroke: #fff;
	stroke-width: 4;
	stroke-linecap: round;
	stroke-linejoin: round;
}

.product-section__video-facade--static {
	cursor: default;
}

.product-section--blogs {
	padding-top: 0;
}

.product-page--branded .product-section__title-line--accent,
.product-page--branded .product-section__cards-title-line,
.product-page--branded .product-section__card-subtitle,
.product-page--branded .product-section__headline-subtitle {
	color: var(--product-accent, #7d9f43);
}

.product-page--branded .product-section__title-line--dark,
.product-page--branded .product-section__cards-title,
.product-page--branded .product-section__cards-title-text,
.product-page--branded .product-section__card-title,
.product-page--branded .product-section__callout-title,
.product-page--branded .product-section__headline-line--dark {
	color: var(--product-dark, #1b3c2d);
}

.product-page--branded .product-section__callout-box,
.product-page--branded .product-section--highlights {
	background: var(--product-sage, #e1eada);
}

.product-page--branded .product-section__callout-title-line {
	background: var(--product-dark, #1b3c2d);
}

.product-page--branded .home-blogs__indicators .active {
	background: var(--product-dark, #234a2a);
}

.product-section__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 2rem 1.25rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.product-section__item {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.product-section__icon-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 5.75rem;
	height: 5.75rem;
	border-radius: 50%;
	background: #cfdcc6;
}

.product-section__icon {
	display: block;
	width: 3rem;
	height: 3rem;
}

.product-section__item-text {
	margin: 1rem 0 0;
	max-width: 11rem;
	font-size: 0.95rem;
	line-height: 1.45;
	color: #1a1a1a;
}

@media (min-width: 768px) {
	.product-section__grid--count-3 {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.product-section__grid--count-4 {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}

	.product-section__grid--count-5 {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

@media (min-width: 992px) {
	.product-section--highlights {
		padding: 2.75rem 1.25rem;
	}

	.product-section__item-text {
		font-size: 1rem;
	}
}

.home-section__title {
	margin: 0 0 1rem;
	font-family: var(--orbin-font-heading);
	font-size: clamp(1.75rem, 3vw, 2.5rem);
	line-height: 1.2;
	color: var(--orbin-dark);
}

.home-section {
	padding: var(--section-space) 0;
	border-bottom: 1px solid var(--orbin-border);
}

.home-section__placeholder {
	margin: 0;
	padding: 1.5rem;
	border: 1px dashed var(--orbin-border);
	border-radius: 0.75rem;
	background: #f9fafb;
	color: var(--orbin-muted);
}

.entry,
.archive-header,
.error-404 {
	padding: 2rem 0;
}

.entry__title,
.archive-header__title,
.error-404__title {
	margin: 0 0 1rem;
	line-height: 1.2;
}

.entry__meta {
	margin: 0 0 1rem;
	color: var(--orbin-muted);
	font-size: 0.95rem;
}

.entry__thumbnail {
	margin-bottom: 1.5rem;
}

.entry__content > :first-child {
	margin-top: 0;
}

.site-footer {
	padding: 3.5rem 0 4rem;
	border-top: 1px solid #e8ece4;
	background: #f7f7f5;
}

.site-footer__container {
	max-width: 1240px;
	padding-left: clamp(1rem, 3vw, 2.5rem);
	padding-right: clamp(1rem, 3vw, 2.5rem);
}

.site-footer__brand-block {
	max-width: 22rem;
}

.site-footer__brand {
	margin-bottom: 1.5rem;
}

.site-footer__brand .site-brand__word {
	font-size: clamp(1.6rem, 2vw, 2rem);
}

.site-footer__brand .site-brand__tagline {
	font-size: 0.68rem;
}

.site-footer__address-label {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	font-weight: 700;
	color: #1a1a1a;
}

.site-footer__address-text {
	margin: 0;
	font-style: normal;
	font-size: 0.92rem;
	line-height: 1.65;
	color: #5f6f66;
}

.site-footer__title {
	margin: 0 0 1rem;
	font-family: var(--orbin-font-body);
	font-size: 1rem;
	font-weight: 700;
	color: #1a1a1a;
}

.site-footer__list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.site-footer__list li + li {
	margin-top: 0.55rem;
}

.site-footer__list a {
	color: #5f6f66;
	font-size: 0.92rem;
	line-height: 1.45;
	text-decoration: none;
}

.site-footer__list a:hover,
.site-footer__list a:focus {
	color: var(--orbin-green-text);
	text-decoration: none;
}

.site-footer__products {
	--bs-gutter-x: 1.5rem;
}

.site-footer__contact {
	display: grid;
	gap: 1.25rem;
}

.site-footer__contact-item {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
}

.site-footer__contact-icon {
	display: inline-flex;
	flex: 0 0 18px;
	margin-top: 0.15rem;
	color: #6ea047;
}

.site-footer__contact-label {
	margin: 0 0 0.2rem;
	font-size: 0.82rem;
	font-weight: 600;
	color: #6b7c72;
}

.site-footer__contact-value {
	margin: 0;
	font-size: 0.92rem;
	line-height: 1.55;
	color: #5f6f66;
}

.site-footer__contact-value a {
	color: inherit;
	text-decoration: none;
}

.site-footer__contact-value a:hover,
.site-footer__contact-value a:focus {
	color: var(--orbin-green-text);
	text-decoration: none;
}

.error-404__message {
	color: var(--orbin-muted);
}

.error-404__link {
	font-weight: 600;
}

@media (min-width: 1200px) {
	.site-navbar__actions {
		padding-top: 0;
		margin-left: 1rem;
	}
}

@media (max-width: 1199.98px) {
	.site-navbar__menu {
		padding: 0.75rem 0;
		margin: 0;
	}

	.site-navbar__actions {
		margin-left: 0;
		padding-top: 0;
		padding-bottom: 0.75rem;
	}
}
