/**
 * Nutro7 Child Theme — Front Page Stylesheet
 *
 * Dedicated homepage styling inspired by high-end editorial wellness design.
 * Uses generous whitespace, refined typography, and subtle organic interactions.
 *
 * @package Nutro7
 * @version 1.0.0
 */

/* ==========================================================================
   §1. ASTRA CONTAINER OVERRIDES (Front Page Full-Width Control)
   ========================================================================== */

body.home #content,
body.home .site-content,
body.home .ast-container {
	padding: 0 !important;
	margin: 0 !important;
	max-width: 100% !important;
	width: 100% !important;
	background-color: var(--n7-color-bg);
}

.n7-front-page {
	width: 100%;
	overflow-x: hidden;
	background-color: var(--n7-color-bg);
}

/* ==========================================================================
   §2. SHARED SECTION STYLES & TYPOGRAPHY
   ========================================================================== */

.n7-section {
	padding: clamp(56px, 7vw, 96px) 0;
	position: relative;
}

.n7-section-header {
	max-width: 620px;
	margin-bottom: clamp(32px, 4vw, 52px);
}

.n7-section-header--centered {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.n7-section-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-family: var(--n7-font-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--n7-color-accent);
	margin-bottom: 12px;
}

.n7-section-eyebrow--light {
	color: var(--n7-color-gold);
}

.n7-section-title {
	font-family: var(--n7-font-sans);
	font-size: clamp(17px, 1.2vw + 4px, 21px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--n7-color-primary);
	margin-bottom: 8px;
	letter-spacing: normal;
}

.n7-section-subtitle {
	font-family: var(--n7-font-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--n7-color-text-secondary);
	margin-bottom: 0;
	max-width: 480px;
}

.n7-section-footer {
	margin-top: clamp(36px, 4vw, 56px);
	display: flex;
	justify-content: center;
}

/* Reusable Button System */
.n7-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 13px 26px;
	font-family: var(--n7-font-sans);
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.02em;
	border-radius: var(--n7-radius-full);
	text-decoration: none !important;
	white-space: nowrap;
	cursor: pointer;
	transition: transform 0.22s var(--n7-ease-standard),
	            background-color 0.2s ease,
	            border-color 0.2s ease,
	            box-shadow 0.22s ease,
	            color 0.2s ease;
}

.n7-btn:hover {
	transform: translateY(-2px);
}

.n7-btn:active {
	transform: translateY(0);
}

.n7-btn--primary {
	background-color: var(--n7-color-primary);
	color: #FFFFFF !important;
	border: 1px solid var(--n7-color-primary);
	box-shadow: 0 4px 14px rgba(26, 48, 38, 0.15);
}

.n7-btn--primary:hover {
	background-color: var(--n7-color-primary-dark);
	border-color: var(--n7-color-primary-dark);
	box-shadow: 0 6px 20px rgba(26, 48, 38, 0.25);
	color: #FFFFFF !important;
}

.n7-btn--secondary {
	background-color: transparent;
	color: var(--n7-color-primary) !important;
	border: 1px solid var(--n7-color-border-dark);
}

.n7-btn--secondary:hover {
	background-color: var(--n7-color-surface);
	border-color: var(--n7-color-primary);
	color: var(--n7-color-primary) !important;
}

.n7-btn--outline {
	background-color: transparent;
	color: var(--n7-color-primary) !important;
	border: 1px solid var(--n7-color-border-dark);
	padding: 14px 32px;
}

.n7-btn--outline:hover {
	border-color: var(--n7-color-accent);
	background-color: var(--n7-color-surface);
	color: var(--n7-color-accent) !important;
}

.n7-btn--card {
	background-color: var(--n7-color-surface-subtle);
	color: var(--n7-color-primary) !important;
	border: 1px solid rgba(0, 0, 0, 0.05);
	padding: 9px 18px;
	font-size: 12px;
	width: 100%;
	border-radius: var(--n7-radius-sm);
}

.n7-btn--card:hover {
	background-color: var(--n7-color-primary);
	color: #FFFFFF !important;
	border-color: var(--n7-color-primary);
}

.n7-btn--gold {
	background-color: var(--n7-color-gold);
	color: #FFFFFF !important;
	border: 1px solid var(--n7-color-gold);
	box-shadow: 0 4px 14px rgba(184, 142, 75, 0.25);
}

.n7-btn--gold:hover {
	background-color: var(--n7-color-gold-hover);
	border-color: var(--n7-color-gold-hover);
	box-shadow: 0 6px 20px rgba(184, 142, 75, 0.35);
	color: #FFFFFF !important;
}

.n7-btn--trans-light {
	background-color: rgba(255, 255, 255, 0.12);
	color: #FFFFFF !important;
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.n7-btn--trans-light:hover {
	background-color: rgba(255, 255, 255, 0.22);
	border-color: rgba(255, 255, 255, 0.45);
	color: #FFFFFF !important;
}

/* ==========================================================================
   §2.5. TOP PURE IMAGE SHOWCASE CAROUSEL
   ========================================================================== */

.n7-top-carousel {
	position: relative;
	width: 100%;
	overflow: hidden;
	background-color: var(--n7-color-primary, #1A3026);
	aspect-ratio: 16 / 9 !important;
	min-height: auto !important;
	max-height: none !important;
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

@media (max-width: 1023px) {
	.n7-top-carousel {
		aspect-ratio: 16 / 9 !important;
		min-height: auto !important;
		max-height: none !important;
	}
}

@media (max-width: 639px) {
	.n7-top-carousel {
		aspect-ratio: 16 / 9 !important;
		min-height: auto !important;
		max-height: none !important;
	}
}


.n7-top-carousel__track {
	position: relative;
	width: 100%;
	height: 100%;
}

.n7-top-carousel__slide {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transform: scale(1.03);
	transition: opacity 0.85s cubic-bezier(0.16, 1, 0.3, 1), transform 0.85s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.85s;
	pointer-events: none;
	z-index: 1;
}

.n7-top-carousel__slide.is-active {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
	pointer-events: auto;
	z-index: 2;
}

.n7-top-carousel__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.n7-top-carousel__dots {
	position: absolute;
	bottom: 16px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	align-items: center;
	gap: 6px;
	z-index: 10;
	padding: 0;
	background: none;
}

.n7-top-carousel__dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
	border: none;
	padding: 0;
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-top-carousel__dot:hover {
	background: rgba(255, 255, 255, 0.85);
}

.n7-top-carousel__dot.is-active {
	background: #FFFFFF;
	width: 16px;
	border-radius: 4px;
}

/* ==========================================================================
   §3. HERO & CLINICAL BRAND INTRODUCTION SECTION (MINIMAL LUXURY)
   ========================================================================== */

.n7-hero {
	padding: clamp(60px, 7vw, 100px) 0;
	background: linear-gradient(180deg, #FFFFFF 0%, #FAF8F5 100%);
	position: relative;
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

.n7-hero__container {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(36px, 5vw, 64px);
	align-items: center;
}

@media (min-width: 992px) {
	.n7-hero__container {
		grid-template-columns: 1.15fr 0.85fr;
	}
}

.n7-hero__content {
	max-width: 600px;
}

.n7-hero__eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	font-family: var(--n7-font-sans);
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--n7-color-accent);
	margin-bottom: 18px;
}

.n7-hero__eyebrow-line {
	width: 24px;
	height: 1.5px;
	background-color: var(--n7-color-accent);
}

.n7-hero__title {
	font-family: var(--n7-font-sans);
	font-size: clamp(19px, 1.5vw + 4px, 24px);
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: normal;
	color: var(--n7-color-primary);
	margin-bottom: 12px;
}

.n7-hero__title-em {
	font-style: normal;
	color: var(--n7-color-accent);
	display: block;
	font-weight: 500;
	margin-top: 4px;
	font-size: 0.9em;
}

.n7-hero__description {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	font-weight: 400;
	line-height: 1.65;
	color: var(--n7-color-text-secondary);
	margin-bottom: 22px;
	max-width: 480px;
}

.n7-hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 28px;
}

.n7-hero__trust-line {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	font-family: var(--n7-font-sans);
	font-size: 12px;
	color: var(--n7-color-text-muted);
	padding-top: 18px;
	border-top: 1px solid rgba(26, 48, 38, 0.08);
}

.n7-hero__trust-dot {
	color: var(--n7-color-accent);
	font-size: 14px;
	line-height: 1;
}

/* Minimalist Clinical Heritage Plaque (Right Column) */
.n7-hero__visual {
	display: flex;
	justify-content: center;
}

.n7-hero-plaque {
	width: 100%;
	max-width: 420px;
	background: #FAF8F5;
	border: 1px solid rgba(26, 48, 38, 0.08);
	border-radius: 20px;
	padding: clamp(26px, 3.5vw, 34px);
	display: flex;
	flex-direction: column;
	gap: 22px;
	transition: border-color 0.3s ease;
}

.n7-hero-plaque:hover {
	border-color: rgba(197, 160, 89, 0.35);
}

.n7-hero-plaque__top {
	display: flex;
	align-items: center;
	gap: 14px;
	padding-bottom: 16px;
	border-bottom: 1px solid rgba(26, 48, 38, 0.06);
}

.n7-hero-plaque__monogram {
	width: 42px;
	height: 42px;
	border-radius: 12px;
	background-color: var(--n7-color-primary);
	color: #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--n7-font-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}

.n7-hero-plaque__meta {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.n7-hero-plaque__tag {
	font-family: var(--n7-font-sans);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--n7-color-accent);
}

.n7-hero-plaque__title {
	font-family: var(--n7-font-sans);
	font-size: 15px;
	font-weight: 600;
	color: var(--n7-color-primary);
	margin: 0;
}

.n7-hero-plaque__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.n7-hero-plaque__item {
	display: flex;
	align-items: flex-start;
	gap: 12px;
}

.n7-hero-plaque__num {
	font-family: var(--n7-font-sans);
	font-size: 10.5px;
	font-weight: 700;
	color: var(--n7-color-accent);
	padding-top: 2px;
	letter-spacing: 0.04em;
	flex-shrink: 0;
}

.n7-hero-plaque__item-body strong {
	font-family: var(--n7-font-sans);
	font-size: 13px;
	font-weight: 600;
	color: var(--n7-color-primary);
	display: block;
	margin-bottom: 2px;
}

.n7-hero-plaque__item-body p {
	font-size: 12px;
	line-height: 1.55;
	color: var(--n7-color-text-secondary);
	margin: 0;
}

.n7-hero-plaque__footer {
	padding-top: 14px;
	border-top: 1px solid rgba(26, 48, 38, 0.06);
	font-family: var(--n7-font-sans);
	font-size: 11px;
	color: var(--n7-color-text-muted);
	display: flex;
	align-items: center;
	gap: 6px;
}

.n7-hero-plaque__badge-dot {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--n7-color-accent);
	flex-shrink: 0;
}

/* ==========================================================================
   §4. THEME-UNIFIED QUALITY PROOF & ORBITING BADGES SECTION
   ========================================================================== */

/* Base Rotations for Orbit */
@keyframes spinForward {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}

@keyframes spinBackward {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(-360deg); }
}

@keyframes customSpinBwd {
	0% { transform: rotate(calc(var(--rotation, 0deg))); }
	100% { transform: rotate(calc(var(--rotation, 0deg) - 360deg)); }
}

.spin-fwd {
	animation: spinForward 35s linear infinite;
}

.spin-bwd {
	animation: spinBackward 35s linear infinite;
}

.spin-bwd-custom {
	animation: customSpinBwd 35s linear infinite;
}

/* Pause on hover */
.hover\:pause-animation:hover,
.hover-pause-animation:hover {
	animation-play-state: paused !important;
}

.hover\:pause-animation:hover .spin-bwd,
.hover\:pause-animation:hover .spin-bwd-custom,
.hover-pause-animation:hover .spin-bwd,
.hover-pause-animation:hover .spin-bwd-custom {
	animation-play-state: paused !important;
}

.n7-quality-proof {
	position: relative;
	width: 100%;
	min-height: 850px;
	padding: clamp(70px, 8vw, 120px) clamp(16px, 4vw, 48px);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: radial-gradient(ellipse at 75% 45%, rgba(245, 239, 230, 0.85) 0%, rgba(251, 248, 243, 0.95) 45%, #FAF7F2 100%);
	border-top: 1px solid var(--n7-color-border-subtle);
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

.n7-quality-proof__ambient-glow {
	position: absolute;
	top: 20%;
	right: 15%;
	width: 480px;
	height: 480px;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(184, 142, 75, 0.12) 0%, rgba(46, 90, 68, 0.05) 50%, transparent 70%);
	pointer-events: none;
	z-index: 0;
}

.n7-quality-proof__art {
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.n7-quality-proof__art--top-left {
	top: 24px;
	left: 24px;
	width: clamp(180px, 20vw, 260px);
	height: clamp(180px, 20vw, 260px);
	color: rgba(6, 95, 70, 0.09);
	transform: rotate(-12deg);
}

.n7-quality-proof__art--bottom-right {
	bottom: 24px;
	right: 24px;
	width: clamp(220px, 24vw, 320px);
	height: clamp(220px, 24vw, 320px);
	color: rgba(6, 95, 70, 0.09);
	transform: rotate(45deg);
}

.n7-quality-proof__art--center {
	top: 35%;
	left: 20%;
	width: 130px;
	height: 130px;
	color: rgba(184, 142, 75, 0.18);
	transform: rotate(12deg);
}

.n7-quality-proof__container {
	max-width: 1400px;
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(40px, 6vw, 96px);
	align-items: center;
	position: relative;
	z-index: 10;
}

@media (min-width: 1024px) {
	.n7-quality-proof__container {
		grid-template-columns: 1.05fr 0.95fr;
	}
}

.n7-quality-proof__left {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	text-align: left;
	z-index: 10;
}

.n7-quality-proof__brand {
	display: inline-flex;
	align-items: center;
	gap: 12px;
	font-family: var(--n7-font-sans);
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	color: var(--n7-color-gold);
	margin-bottom: 20px;
}

.n7-quality-proof__brand-line {
	width: 32px;
	height: 2px;
	background-color: var(--n7-color-gold);
}

.n7-quality-proof__title {
	font-family: var(--n7-font-sans);
	font-size: clamp(17px, 1.2vw + 4px, 21px);
	font-weight: 600;
	color: var(--n7-color-primary);
	line-height: 1.3;
	margin-bottom: 12px;
	letter-spacing: normal;
}

.n7-quality-proof__title-accent {
	color: var(--n7-color-accent);
	font-style: normal;
	font-weight: 600;
}

.n7-quality-proof__title-muted {
	color: var(--n7-color-text-muted);
	font-style: normal;
	font-weight: 500;
}

.n7-quality-proof__desc {
	color: var(--n7-color-text-secondary);
	font-size: 13.5px;
	line-height: 1.65;
	margin-bottom: 20px;
	max-width: 440px;
	font-weight: 400;
}

.n7-quality-proof__cta {
	gap: 10px;
}

/* Quality Proof Right Side Orbit */
.n7-quality-proof__right {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 480px;
	height: clamp(480px, 50vw, 650px);
	width: 100%;
	z-index: 10;
}

.n7-quality-proof__ring {
	position: relative;
	width: 340px;
	height: 340px;
	border-radius: 50%;
	border: 1.5px dashed rgba(184, 142, 75, 0.35);
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (min-width: 1024px) {
	.n7-quality-proof__ring {
		width: 460px;
		height: 460px;
	}
}

.n7-quality-proof__center {
	position: absolute;
	z-index: 20;
	width: 180px;
	height: 180px;
	background: radial-gradient(circle at 40% 30%, #FFFFFF 0%, #FAF7F2 100%);
	border-radius: 50%;
	box-shadow: 0 20px 60px rgba(26, 48, 38, 0.12);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(184, 142, 75, 0.3);
	padding: 8px;
}

@media (min-width: 1024px) {
	.n7-quality-proof__center {
		width: 224px;
		height: 224px;
	}
}

.n7-quality-proof__center-inner {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px dashed rgba(6, 95, 70, 0.2);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 12px;
}

.n7-quality-proof__center-icon {
	color: var(--n7-color-accent);
	margin-bottom: 6px;
}

.n7-quality-proof__center-tag {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.18em;
	color: var(--n7-color-gold);
	display: block;
	margin-bottom: 2px;
}

.n7-quality-proof__center-text {
	font-family: var(--n7-font-sans);
	font-size: 13px;
	color: var(--n7-color-primary);
	line-height: 1.25;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.n7-quality-proof__center-text strong {
	font-weight: 700;
	color: var(--n7-color-accent);
}

.n7-quality-proof__orbit {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	z-index: 10;
}

.n7-quality-proof__badge-pos {
	position: absolute;
	width: 68px;
	height: 68px;
}

@media (min-width: 1024px) {
	.n7-quality-proof__badge-pos {
		width: 96px;
		height: 96px;
	}
}

.n7-quality-proof__badge-card {
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.96);
	backdrop-filter: blur(8px);
	border-radius: 18px;
	box-shadow: 0 10px 30px rgba(26, 48, 38, 0.08);
	border: 1.5px solid rgba(184, 142, 75, 0.25);
	transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
}

.n7-quality-proof__badge-card:hover {
	transform: scale(1.15);
	border-color: var(--n7-color-accent);
	box-shadow: 0 16px 36px rgba(6, 95, 70, 0.18);
}

.n7-quality-proof__badge-card img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

/* ==========================================================================
   §5. REFINED BOTANICAL & BEAUTY CATEGORIES SHOWCASE
   ========================================================================== */

.n7-categories-section {
	background-color: var(--n7-color-surface, #FFFFFF);
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

.n7-section-eyebrow__bar {
	display: inline-block;
	width: 24px;
	height: 2px;
	background-color: var(--n7-color-gold);
}

.n7-cat-showcase-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 16px;
}

@media (min-width: 768px) {
	.n7-cat-showcase-grid {
		grid-template-columns: repeat(4, 1fr);
		gap: 20px;
	}
}

.n7-cat-box {
	background-color: #FFFFFF;
	border: 1px solid #F3F4F6;
	border-radius: 24px;
	padding: 22px 14px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-decoration: none !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.03);
	transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
	position: relative;
	overflow: hidden;
}

.n7-cat-box:hover {
	transform: translateY(-6px);
	box-shadow: 0 16px 36px -8px rgba(26, 48, 38, 0.10);
	border-color: rgba(184, 142, 75, 0.25);
}

.n7-cat-box__icon-wrap {
	width: 58px;
	height: 58px;
	margin-bottom: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 60% 20% 60% 20% / 60% 20% 60% 20%;
	transition: all 0.45s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-cat-box:hover .n7-cat-box__icon-wrap {
	border-radius: 50% !important;
	transform: rotate(var(--rotate-val, 10deg)) scale(1.12) !important;
}

.n7-cat-box__svg {
	width: 26px;
	height: 26px;
	transition: transform 0.4s ease;
}

.n7-cat-box__title {
	font-family: var(--n7-font-sans);
	font-size: 16px;
	font-weight: 600;
	color: #1F2937;
	letter-spacing: 0.01em;
	margin-bottom: 4px;
	transition: color 0.3s ease;
}

.n7-cat-box__meta {
	font-size: 12px;
	color: #9CA3AF;
	display: flex;
	align-items: center;
	gap: 4px;
	transition: color 0.3s ease;
}

.n7-cat-box:hover .n7-cat-box__meta {
	color: #4B5563;
}

.n7-cat-box__meta-arrow {
	width: 12px;
	height: 12px;
	opacity: 0;
	transform: translateX(-4px);
	transition: all 0.3s ease;
}

.n7-cat-box:hover .n7-cat-box__meta-arrow {
	opacity: 1;
	transform: translateX(0);
}

.n7-cat-box__bar {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3px;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.n7-cat-box:hover .n7-cat-box__bar {
	opacity: 1;
}

/* Category Theme Colors & Morphing Highlights */
/* 1. Forest (Men) */
.n7-cat-icon-forest,
.n7-cat-icon-sky { background-color: #EAF2EC; color: #1A3026; }
.n7-cat-box:hover .n7-cat-icon-forest,
.n7-cat-box:hover .n7-cat-icon-sky { background-color: #1A3026; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-forest,
.n7-cat-box:hover .n7-cat-text-sky { color: #1A3026; }
.n7-cat-bar-forest,
.n7-cat-bar-sky { background-color: #1A3026; }

/* 2. Pink (Women) */
.n7-cat-icon-pink { background-color: #FDF2F8; color: #EC4899; }
.n7-cat-box:hover .n7-cat-icon-pink { background-color: #EC4899; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-pink { color: #EC4899; }
.n7-cat-bar-pink { background-color: #EC4899; }

/* 3. Amber (Breakfast) */
.n7-cat-icon-amber { background-color: #FFFBEB; color: #F59E0B; }
.n7-cat-box:hover .n7-cat-icon-amber { background-color: #F59E0B; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-amber { color: #F59E0B; }
.n7-cat-bar-amber { background-color: #F59E0B; }

/* 4. Emerald (Detox Body) */
.n7-cat-icon-emerald { background-color: #ECFDF5; color: #10B981; }
.n7-cat-box:hover .n7-cat-icon-emerald { background-color: #10B981; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-emerald { color: #10B981; }
.n7-cat-bar-emerald { background-color: #10B981; }

/* 5. Orange (Weight Loss) */
.n7-cat-icon-orange { background-color: #FFF7ED; color: #F97316; }
.n7-cat-box:hover .n7-cat-icon-orange { background-color: #F97316; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-orange { color: #F97316; }
.n7-cat-bar-orange { background-color: #F97316; }

/* 6. Purple (Hair Care) */
.n7-cat-icon-purple { background-color: #FAF5FF; color: #A855F7; }
.n7-cat-box:hover .n7-cat-icon-purple { background-color: #A855F7; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-purple { color: #A855F7; }
.n7-cat-bar-purple { background-color: #A855F7; }

/* 7. Rose (Fair Beauty) */
.n7-cat-icon-rose { background-color: #FFF1F2; color: #F43F5E; }
.n7-cat-box:hover .n7-cat-icon-rose { background-color: #F43F5E; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-rose { color: #F43F5E; }
.n7-cat-bar-rose { background-color: #F43F5E; }

/* 8. Teal (Herbal) */
.n7-cat-icon-teal { background-color: #F0FDF4; color: #0D9488; }
.n7-cat-box:hover .n7-cat-icon-teal { background-color: #0D9488; color: #FFFFFF; }
.n7-cat-box:hover .n7-cat-text-teal { color: #0D9488; }
.n7-cat-bar-teal { background-color: #0D9488; }


/* ==========================================================================
   §6. BEST SELLERS / PRODUCT SHOWCASE (9:16 Editorial Vertical Design)
   ========================================================================== */

.n7-bestsellers-section {
	background-color: #FFFFFF;
	border-top: 1px solid var(--n7-color-border-subtle);
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

/* Category Filter Tabs */
.n7-showcase-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	margin-top: 22px;
}

.n7-filter-btn {
	padding: 7px 18px;
	border-radius: var(--n7-radius-full);
	font-family: var(--n7-font-sans);
	font-size: 12.5px;
	font-weight: 500;
	letter-spacing: 0.02em;
	background: #F6F4F0;
	color: var(--n7-color-text-secondary);
	border: 1px solid rgba(26, 48, 38, 0.08);
	cursor: pointer;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-filter-btn:hover {
	background: #ECE7DE;
	color: var(--n7-color-primary);
	border-color: rgba(26, 48, 38, 0.18);
}

.n7-filter-btn.is-active {
	background: var(--n7-color-primary);
	color: #FFFFFF;
	border-color: var(--n7-color-primary);
	box-shadow: 0 4px 14px rgba(26, 48, 38, 0.18);
}

/* Products Grid */
.n7-products-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(16px, 2.2vw, 26px);
}

@media (min-width: 520px) {
	.n7-products-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 960px) {
	.n7-products-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

/* 9:16 Luxury Editorial Product Card (Sharp Geometric, No Curves) */
.n7-product-card {
	display: flex;
	flex-direction: column;
	background-color: #FFFFFF;
	border: 1px solid rgba(26, 48, 38, 0.1);
	border-radius: 0 !important;
	overflow: hidden;
	position: relative;
	transition: box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
	            border-color 0.25s ease;
}

.n7-product-card:hover {
	box-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.12);
	border-color: rgba(26, 48, 38, 0.35);
}

/* 9:16 Aspect Ratio Media Box */
.n7-product-card__media {
	aspect-ratio: 9 / 16;
	width: 100%;
	position: relative;
	background: radial-gradient(circle at center 35%, #FAF8F5 0%, #EDE8DF 100%);
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0 !important;
	text-decoration: none !important;
}

.n7-product-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 0 !important;
	transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-product-card:hover .n7-product-card__img {
	transform: scale(1.05);
}

/* Badges Row Inside 9:16 Box */
.n7-product-card__badges {
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 2;
	pointer-events: none;
}

.n7-badge {
	font-family: var(--n7-font-sans);
	font-size: 10.5px;
	font-weight: 600;
	letter-spacing: 0.03em;
	padding: 4px 8px;
	border-radius: 0 !important;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.n7-badge--sale {
	background: #111111;
	color: #FFFFFF;
}

.n7-badge--verified {
	background: rgba(26, 48, 38, 0.9);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #FFFFFF;
}

.n7-badge--purity {
	background: rgba(255, 255, 255, 0.92);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	width: 24px;
	height: 24px;
	padding: 0;
	border-radius: 0 !important;
	font-size: 11px;
}

/* Details Section with Down-to-Up Hover Slide Animation */
.n7-product-card__details {
	padding: 14px 16px 16px;
	display: flex;
	flex-direction: column;
	gap: 5px;
	background: rgba(255, 255, 255, 0.97);
	border-radius: 0 !important;
}

@media (min-width: 768px) {
	.n7-product-card__details {
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 5;
		background: rgba(255, 255, 255, 0.96);
		backdrop-filter: blur(12px);
		-webkit-backdrop-filter: blur(12px);
		border-top: 1px solid rgba(26, 48, 38, 0.08);
		/* Show category, title, AND price in pure black before hover */
		transform: translateY(calc(100% - 116px));
		transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
		box-shadow: 0 -4px 18px rgba(0, 0, 0, 0.05);
	}

	.n7-product-card:hover .n7-product-card__details {
		transform: translateY(0);
	}

	.n7-product-card .n7-product-card__footer {
		opacity: 0;
		transform: translateY(10px);
		transition: opacity 0.3s ease 0.05s, transform 0.3s ease 0.05s;
	}

	.n7-product-card:hover .n7-product-card__footer {
		opacity: 1;
		transform: translateY(0);
	}
}

.n7-product-card__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 8px;
}

.n7-product-card__category {
	font-family: var(--n7-font-sans);
	font-size: 10px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #1A3026;
}

.n7-product-card__rating {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
}

.n7-stars {
	color: var(--n7-color-gold);
	letter-spacing: 1px;
	font-size: 10px;
	line-height: 1;
}

.n7-rating-val {
	font-family: var(--n7-font-sans);
	font-weight: 600;
	color: var(--n7-color-text-muted);
	font-size: 10px;
}

.n7-product-card__title {
	font-family: var(--n7-font-sans);
	font-size: 14px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 38px;
}

.n7-product-card__title a {
	color: #111111;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.n7-product-card__title a:hover {
	color: var(--n7-color-primary);
}

.n7-product-card__price-row {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-top: 2px;
	margin-bottom: 4px;
}

/* Enforce pure black prices */
.n7-product-card__price,
.n7-product-card__price .amount,
.n7-product-card__price .woocommerce-Price-amount,
.n7-product-card__price ins,
.n7-product-card__price del {
	font-family: var(--n7-font-sans);
	font-size: 14.5px;
	font-weight: 700;
	color: #111111 !important;
}

.n7-product-card__price ins {
	text-decoration: none;
	color: #111111 !important;
}

.n7-product-card__price del {
	color: #111111 !important;
	opacity: 0.55;
	font-weight: 400;
	font-size: 12.5px;
	margin-right: 4px;
}

.n7-product-card__origin {
	font-family: var(--n7-font-sans);
	font-size: 10px;
	font-weight: 600;
	color: #1A3026;
	background: #EAF2EC;
	padding: 2px 6px;
	border-radius: 0 !important;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

.n7-product-card__footer {
	margin-top: 4px;
}

/* Buy Now Card Button (Sharp & Clean) */
.n7-btn--card,
.n7-btn--buy-now {
	width: 100%;
	justify-content: center;
	padding: 10px 14px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 0 !important;
	background: #111111 !important;
	color: #FFFFFF !important;
	border: 1px solid #111111 !important;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none !important;
	transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-btn--card svg,
.n7-btn--buy-now svg {
	color: #FFFFFF !important;
	stroke: #FFFFFF !important;
}

.n7-btn--card:hover,
.n7-btn--buy-now:hover {
	background: #1A3026 !important;
	border-color: #1A3026 !important;
	color: #FFFFFF !important;
	box-shadow: 0 4px 14px rgba(26, 48, 38, 0.25);
}

/* ==========================================================================
   §7. FEATURED STORY / FORMULATION SCIENCE (Split Editorial)
   ========================================================================== */

.n7-story-section {
	background-color: var(--n7-color-bg);
}

.n7-story__grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(40px, 6vw, 90px);
	align-items: center;
}

@media (min-width: 960px) {
	.n7-story__grid {
		grid-template-columns: 0.9fr 1.1fr;
	}
}

.n7-story__visual-col {
	display: flex;
	justify-content: center;
}

.n7-story__card {
	width: 100%;
	max-width: 440px;
	background-color: var(--n7-color-surface);
	border-radius: var(--n7-radius-lg);
	overflow: hidden;
	box-shadow: 0 16px 40px -10px rgba(26, 48, 38, 0.10);
	border: 1px solid rgba(0, 0, 0, 0.05);
	position: relative;
}

.n7-story__badge {
	position: absolute;
	top: 18px;
	left: 18px;
	background-color: var(--n7-color-primary);
	color: #FFFFFF;
	padding: 5px 12px;
	border-radius: var(--n7-radius-full);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	z-index: 2;
}

.n7-story__media {
	aspect-ratio: 1;
	background-color: var(--n7-color-surface-subtle);
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.n7-story__featured-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.n7-story__art-wrap {
	width: 80%;
	height: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.n7-story__art-svg {
	width: 100%;
	height: auto;
}

.n7-story__card-meta {
	padding: 22px 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 12px;
	border-top: 1px solid var(--n7-color-border-subtle);
}

.n7-story__card-title {
	font-family: var(--n7-font-sans);
	font-size: 15px;
	font-weight: 600;
	color: var(--n7-color-primary);
	margin: 0;
}

.n7-story__card-price {
	font-family: var(--n7-font-sans);
	font-size: 14px;
	font-weight: 600;
	color: var(--n7-color-accent);
}

.n7-story__card-link {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--n7-color-accent);
	text-decoration: none !important;
}

.n7-story__heading {
	font-family: var(--n7-font-sans);
	font-size: clamp(17px, 1.2vw + 4px, 21px);
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: normal;
	color: var(--n7-color-primary);
	margin-bottom: 12px;
}

.n7-story__heading-em {
	font-style: normal;
	color: var(--n7-color-accent);
	display: block;
	font-weight: 500;
	margin-top: 4px;
}

.n7-story__lead {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	line-height: 1.65;
	color: var(--n7-color-text-primary);
	margin-bottom: 12px;
}

.n7-story__body {
	font-family: var(--n7-font-sans);
	font-size: 14px;
	line-height: 1.7;
	color: var(--n7-color-text-secondary);
	margin-bottom: 28px;
}

.n7-story__pillars {
	list-style: none;
	padding: 0;
	margin: 0 0 36px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.n7-story__pillar {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	font-size: 14px;
	line-height: 1.5;
	color: var(--n7-color-text-secondary);
}

.n7-story__pillar-icon {
	color: var(--n7-color-accent);
	font-weight: 700;
	font-size: 14px;
	line-height: 1.5;
	flex-shrink: 0;
}

.n7-story__pillar strong {
	color: var(--n7-color-primary);
	font-weight: 500;
	margin-right: 4px;
}

/* ==========================================================================
   §8. PHILOSOPHY / THE NUTRO7 STANDARD
   ========================================================================== */

.n7-philosophy-section {
	background-color: var(--n7-color-surface);
	border-top: 1px solid var(--n7-color-border-subtle);
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

.n7-philosophy__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(24px, 3.5vw, 44px);
}

@media (min-width: 768px) {
	.n7-philosophy__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.n7-philosophy-card {
	padding: clamp(28px, 3vw, 40px) clamp(22px, 2.5vw, 32px);
	background-color: var(--n7-color-bg);
	border-radius: var(--n7-radius-md);
	border: 1px solid var(--n7-color-border-subtle);
	display: flex;
	flex-direction: column;
	gap: 14px;
	transition: transform 0.22s var(--n7-ease-standard),
	            border-color 0.2s ease;
}

.n7-philosophy-card:hover {
	transform: translateY(-3px);
	border-color: var(--n7-color-accent-soft);
}

.n7-philosophy-card__num {
	font-family: var(--n7-font-sans);
	font-size: 18px;
	font-weight: 600;
	color: var(--n7-color-accent);
	line-height: 1;
	opacity: 0.8;
}

.n7-philosophy-card__title {
	font-family: var(--n7-font-sans);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--n7-color-primary);
	margin: 0;
}

.n7-philosophy-card__desc {
	font-family: var(--n7-font-sans);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.65;
	color: var(--n7-color-text-secondary);
	margin: 0;
}

/* ==========================================================================
   §9. REVERED BOTANICALS & INGREDIENT PROVENANCE
   ========================================================================== */

.n7-ingredients-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(18px, 2vw, 24px);
}

@media (min-width: 600px) {
	.n7-ingredients-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (min-width: 1024px) {
	.n7-ingredients-grid {
		grid-template-columns: repeat(4, 1fr);
	}
}

.n7-ingredient-card {
	background-color: var(--n7-color-surface);
	border: 1px solid var(--n7-color-border-subtle);
	border-radius: var(--n7-radius-md);
	padding: 26px 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform 0.22s var(--n7-ease-standard),
	            box-shadow 0.22s var(--n7-ease-standard),
	            border-color 0.2s ease;
}

.n7-ingredient-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 28px -6px rgba(26, 48, 38, 0.08);
	border-color: var(--n7-color-accent-soft);
}

.n7-ingredient-card__botanical-badge {
	font-family: var(--n7-font-sans);
	font-style: normal;
	font-size: 11px;
	color: var(--n7-color-accent);
}

.n7-ingredient-card__common {
	font-family: var(--n7-font-sans);
	font-size: 15px;
	font-weight: 600;
	color: var(--n7-color-primary);
	line-height: 1.3;
	margin: 0;
}

.n7-ingredient-card__tradition {
	font-family: var(--n7-font-sans);
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: var(--n7-color-text-muted);
}

.n7-ingredient-card__desc {
	font-family: var(--n7-font-sans);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	color: var(--n7-color-text-secondary);
	margin: 0;
}

.n7-ingredients__footer-note {
	margin-top: 40px;
	padding: 16px 22px;
	background-color: var(--n7-color-surface);
	border-radius: var(--n7-radius-md);
	border: 1px solid var(--n7-color-border-subtle);
	display: flex;
	align-items: center;
	gap: 14px;
	max-width: 680px;
	margin-left: auto;
	margin-right: auto;
}

.n7-ingredients__note-icon {
	font-size: 20px;
	flex-shrink: 0;
}

.n7-ingredients__footer-note p {
	font-size: 13px;
	color: var(--n7-color-text-secondary);
	margin: 0;
	line-height: 1.5;
}

/* ==========================================================================
   §10. TESTIMONIALS & CLINICAL CARE COMMITMENT
   ========================================================================== */

.n7-feedback-section {
	background-color: #FFFFFF;
	border-top: 1px solid var(--n7-color-border-subtle);
	border-bottom: 1px solid var(--n7-color-border-subtle);
}

.n7-feedback__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 28px;
}

@media (min-width: 768px) {
	.n7-feedback__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.n7-review-card {
	background-color: var(--n7-color-bg);
	border: 1px solid var(--n7-color-border-subtle);
	border-radius: var(--n7-radius-md);
	padding: 28px 26px;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.n7-review-card__stars {
	color: var(--n7-color-gold);
	font-size: 14px;
	letter-spacing: 2px;
}

.n7-review-card__quote {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	font-weight: 400;
	font-style: normal;
	line-height: 1.6;
	color: var(--n7-color-primary);
	margin: 0;
}

.n7-review-card__author {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 13px;
	margin-top: auto;
}

.n7-review-card__name {
	font-weight: 500;
	color: var(--n7-color-primary);
}

.n7-review-card__product {
	font-size: 12px;
	color: var(--n7-color-text-muted);
}

.n7-review-card__product a {
	color: var(--n7-color-accent);
	text-decoration: underline;
}

/* Commitment Card Fallback */
.n7-commitment-card {
	max-width: 820px;
	margin: 0 auto;
	background: linear-gradient(145deg, #FAF8F5 0%, #FFFFFF 100%);
	border: 1px solid var(--n7-color-border);
	border-radius: var(--n7-radius-lg);
	padding: clamp(32px, 5vw, 56px);
	text-align: center;
	box-shadow: 0 12px 36px -12px rgba(26, 48, 38, 0.08);
}

.n7-commitment-card__title {
	font-family: var(--n7-font-sans);
	font-size: clamp(16px, 1.1vw + 4px, 20px);
	font-weight: 600;
	line-height: 1.3;
	color: var(--n7-color-primary);
	margin-bottom: 10px;
}

.n7-commitment-card__title em {
	font-style: normal;
	color: var(--n7-color-accent);
	display: block;
	font-weight: 500;
	margin-top: 4px;
}

.n7-commitment-card__text {
	font-family: var(--n7-font-sans);
	font-size: 13px;
	line-height: 1.65;
	color: var(--n7-color-text-secondary);
	max-width: 520px;
	margin: 0 auto 20px;
}

.n7-commitment-card__badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 8px 18px;
	background-color: var(--n7-color-accent-light);
	border-radius: var(--n7-radius-full);
	font-size: 12px;
	font-weight: 500;
	color: var(--n7-color-accent);
}

/* ==========================================================================
   §11. NATUROPATHY JOURNAL / GUIDES
   ========================================================================== */

.n7-journal__grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: clamp(20px, 3vw, 32px);
}

@media (min-width: 768px) {
	.n7-journal__grid {
		grid-template-columns: repeat(3, 1fr);
	}
}

.n7-article-card {
	background-color: var(--n7-color-surface);
	border: 1px solid var(--n7-color-border-subtle);
	border-radius: var(--n7-radius-md);
	overflow: hidden;
	display: flex;
	flex-direction: column;
	transition: transform 0.22s var(--n7-ease-standard),
	            box-shadow 0.22s var(--n7-ease-standard);
}

.n7-article-card:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px -8px rgba(26, 48, 38, 0.10);
}

.n7-article-card__media {
	aspect-ratio: 16/10;
	overflow: hidden;
	display: block;
	background-color: var(--n7-color-surface-subtle);
}

.n7-article-card__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.35s ease;
}

.n7-article-card:hover .n7-article-card__img {
	transform: scale(1.05);
}

.n7-article-card__content {
	padding: 24px 22px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1;
}

.n7-article-card__tag {
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: var(--n7-color-accent);
}

.n7-article-card__date {
	font-size: 12px;
	color: var(--n7-color-text-muted);
}

.n7-article-card__title {
	font-family: var(--n7-font-sans);
	font-size: 15px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--n7-color-primary);
	margin: 4px 0;
}

.n7-article-card__title a {
	color: inherit;
	text-decoration: none !important;
	transition: color 0.15s ease;
}

.n7-article-card__title a:hover {
	color: var(--n7-color-accent);
}

.n7-article-card__excerpt {
	font-size: 13px;
	line-height: 1.6;
	color: var(--n7-color-text-secondary);
	margin: 0 0 12px;
	flex: 1;
}

.n7-article-card__read-more {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	font-size: 12px;
	font-weight: 500;
	color: var(--n7-color-accent);
	text-decoration: none !important;
	margin-top: auto;
	transition: gap 0.18s ease;
}

.n7-article-card:hover .n7-article-card__read-more {
	gap: 8px;
}

/* ==========================================================================
   §12. FAQ ACCORDION
   ========================================================================== */

.n7-faq-section {
	background-color: var(--n7-color-surface);
	border-top: 1px solid var(--n7-color-border-subtle);
	padding: clamp(64px, 7vw, 110px) 0;
	position: relative;
}

/* 2-Column FAQ Layout */
.n7-faq__layout {
	display: grid;
	grid-template-columns: 360px 1fr;
	gap: clamp(32px, 4vw, 56px);
	align-items: start;
}

@media (max-width: 991px) {
	.n7-faq__layout {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

/* Left Column: NNC Clinic Support Spotlight Card */
.n7-faq__sidebar {
	position: sticky;
	top: 100px;
}

.n7-faq-support-card {
	background: #FAF8F5;
	border: 1px solid rgba(26, 48, 38, 0.08);
	border-radius: 18px;
	padding: clamp(24px, 3vw, 32px) 24px;
	display: flex;
	flex-direction: column;
}

.n7-faq-support-card__tag {
	display: inline-block;
	font-family: var(--n7-font-sans);
	font-size: 10.5px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.14em;
	color: var(--n7-color-accent);
	margin-bottom: 8px;
}

.n7-faq-support-card__title {
	font-family: var(--n7-font-sans);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--n7-color-primary);
	margin-bottom: 10px;
}

.n7-faq-support-card__text {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	line-height: 1.68;
	color: var(--n7-color-text-secondary);
	margin-bottom: 22px;
}

.n7-faq-support-card__btn {
	width: 100%;
	justify-content: center;
	gap: 8px;
	border-radius: 10px;
	padding: 11px 18px;
	font-size: 13px;
	font-weight: 500;
	box-shadow: none;
}

.n7-faq-support-card__badge {
	font-family: var(--n7-font-sans);
	font-size: 11px;
	color: var(--n7-color-text-muted);
	text-align: center;
	margin-top: 14px;
}

/* Right Column: FAQ Accordion (Minimal Luxury) */
.n7-faq__accordion {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.n7-faq-item {
	border: 1px solid rgba(26, 48, 38, 0.08);
	border-radius: 14px;
	background-color: #FFFFFF;
	overflow: hidden;
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

/* FAQ Hover and Open State: Green background with white text (Zero Blue) */
.n7-faq-item:hover,
.n7-faq-item.is-open {
	background-color: #1A3026 !important;
	border-color: #1A3026 !important;
	box-shadow: 0 8px 24px rgba(26, 48, 38, 0.16);
}

.n7-faq-item button.n7-faq-item__trigger,
.n7-faq-item button.n7-faq-item__trigger:hover,
.n7-faq-item button.n7-faq-item__trigger:focus,
.n7-faq-item .n7-faq-item__trigger {
	width: 100% !important;
	display: flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 14px !important;
	padding: 18px 22px !important;
	text-align: left !important;
	background: transparent !important;
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
	outline: none !important;
	cursor: pointer;
}

.n7-faq-item__label-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 6px;
	flex: 1;
}

.n7-faq-item__pill {
	display: inline-block;
	padding: 3px 9px;
	border-radius: 6px;
	font-family: var(--n7-font-sans);
	font-size: 10px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: rgba(26, 48, 38, 0.06);
	color: var(--n7-color-text-secondary);
	transition: background 0.25s ease, color 0.25s ease;
}

.n7-faq-item:hover .n7-faq-item__pill,
.n7-faq-item.is-open .n7-faq-item__pill {
	background: rgba(255, 255, 255, 0.18) !important;
	color: #FFFFFF !important;
}

.n7-faq-item__question {
	font-family: var(--n7-font-sans);
	font-size: 14.5px;
	font-weight: 600;
	color: #1A3026;
	line-height: 1.4;
	transition: color 0.25s ease;
}

.n7-faq-item:hover .n7-faq-item__question,
.n7-faq-item.is-open .n7-faq-item__question {
	color: #FFFFFF !important;
}

.n7-faq-item__icon {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: transparent !important;
	border: 1px solid rgba(26, 48, 38, 0.16);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	color: #1A3026;
	transition: transform 0.25s ease, border-color 0.25s ease, color 0.25s ease;
}

.n7-faq-item__icon svg line {
	stroke: #1A3026;
	transition: stroke 0.25s ease;
}

.n7-faq-item:hover .n7-faq-item__icon,
.n7-faq-item.is-open .n7-faq-item__icon {
	border-color: rgba(255, 255, 255, 0.45) !important;
	color: #FFFFFF !important;
}

.n7-faq-item:hover .n7-faq-item__icon svg line,
.n7-faq-item.is-open .n7-faq-item__icon svg line {
	stroke: #FFFFFF !important;
}

.n7-faq-item.is-open .n7-faq-item__icon {
	transform: rotate(45deg);
}

.n7-faq-item__panel {
	overflow: hidden;
}

.n7-faq-item__panel-inner {
	padding: 0 22px 20px;
}

.n7-faq-item__panel-inner p {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	line-height: 1.68;
	color: var(--n7-color-text-secondary);
	margin: 0;
	transition: color 0.25s ease;
}

.n7-faq-item:hover .n7-faq-item__panel-inner p,
.n7-faq-item.is-open .n7-faq-item__panel-inner p {
	color: rgba(255, 255, 255, 0.92) !important;
}

/* ==========================================================================
   §13. FINAL CLINIC CONSULTATION CTA & TRANSITION
   ========================================================================== */

.n7-clinic-cta-section {
	padding: clamp(60px, 6vw + 20px, 120px) 0;
	background-color: var(--n7-color-bg);
}

.n7-clinic-cta__box {
	background: linear-gradient(135deg, var(--n7-color-primary) 0%, var(--n7-color-primary-dark) 100%);
	border-radius: var(--n7-radius-lg);
	padding: clamp(40px, 6vw, 84px) clamp(24px, 5vw, 64px);
	text-align: center;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
	box-shadow: 0 20px 50px -15px rgba(14, 28, 21, 0.35);
}

.n7-clinic-cta__box::before {
	content: '';
	position: absolute;
	top: -50%;
	left: -50%;
	width: 200%;
	height: 200%;
	background: radial-gradient(circle at center, rgba(78, 124, 89, 0.25) 0%, transparent 60%);
	pointer-events: none;
}

.n7-clinic-cta__content {
	max-width: 680px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}

.n7-clinic-cta__title {
	font-family: var(--n7-font-sans);
	font-size: clamp(18px, 1.4vw + 4px, 23px);
	font-weight: 600;
	line-height: 1.25;
	color: #FFFFFF;
	margin-bottom: 12px;
	letter-spacing: normal;
}

.n7-clinic-cta__title em {
	font-style: normal;
	color: var(--n7-color-gold);
	display: block;
	font-weight: 500;
	margin-top: 4px;
}

.n7-clinic-cta__desc {
	font-family: var(--n7-font-sans);
	font-size: 13.5px;
	line-height: 1.65;
	color: rgba(255, 255, 255, 0.85);
	margin-bottom: 24px;
}

.n7-clinic-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	justify-content: center;
}

.n7-btn--cta-book,
.n7-clinic-cta__actions .n7-btn--white,
.n7-clinic-cta__actions .n7-btn--gold {
	background-color: #FFFFFF !important;
	color: var(--n7-color-primary, #1A3026) !important;
	border: 1px solid #FFFFFF !important;
	font-weight: 600 !important;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

.n7-btn--cta-book svg,
.n7-clinic-cta__actions .n7-btn--white svg,
.n7-clinic-cta__actions .n7-btn--gold svg {
	color: var(--n7-color-primary, #1A3026) !important;
	stroke: var(--n7-color-primary, #1A3026) !important;
}

.n7-btn--cta-book:hover,
.n7-clinic-cta__actions .n7-btn--white:hover,
.n7-clinic-cta__actions .n7-btn--gold:hover {
	background-color: #FAF8F5 !important;
	color: var(--n7-color-primary-dark, #0E1C15) !important;
	transform: translateY(-2px);
}

/* ==========================================================================
   §14. EMPTY STATES
   ========================================================================== */

.n7-empty-state {
	padding: 40px 0;
	text-align: center;
	color: var(--n7-color-text-muted);
	font-size: 14px;
}

/* ==========================================================================
   §15. COMPREHENSIVE MOBILE OPTIMIZATIONS (< 768px & < 380px)
   ========================================================================== */

@media (max-width: 767px) {
	/* 1. Global Spacing & Typography */
	.n7-section {
		padding: 40px 0;
	}
	.n7-section-header {
		margin-bottom: 24px;
		text-align: center;
	}
	.n7-section-title {
		font-size: 18px !important;
		line-height: 1.25;
		margin-bottom: 6px;
	}
	.n7-section-subtitle {
		font-size: 12.5px !important;
		line-height: 1.55;
	}

	/* 2. Hero Section */
	.n7-hero {
		padding: 24px 0 32px;
	}
	.n7-hero__container {
		gap: 24px;
	}
	.n7-hero__content {
		text-align: center;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.n7-hero__eyebrow {
		margin-bottom: 12px;
	}
	.n7-hero__title {
		font-size: 20px !important;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	.n7-hero__description {
		font-size: 13px !important;
		line-height: 1.6;
		margin-bottom: 20px;
	}
	.n7-hero__actions {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 10px;
		margin-bottom: 22px;
	}
	.n7-hero__actions .n7-btn {
		width: 100%;
		padding: 12px 18px;
		font-size: 12.5px;
	}
	.n7-hero__trust-line {
		justify-content: center;
		text-align: center;
		font-size: 11px;
		gap: 6px;
	}
	.n7-hero-plaque {
		max-width: 100%;
		padding: 20px 16px;
		border-radius: 14px;
	}

	/* 3. Orbiting Badges Quality Proof */
	.n7-quality-proof {
		min-height: auto;
		padding: 44px 16px;
		overflow: hidden;
	}
	.n7-quality-proof__container {
		gap: 28px;
	}
	.n7-quality-proof__left {
		align-items: center;
		text-align: center;
	}
	.n7-quality-proof__brand {
		justify-content: center;
		font-size: 11px;
		margin-bottom: 12px;
	}
	.n7-quality-proof__title {
		font-size: 18px !important;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	.n7-quality-proof__desc {
		font-size: 12.5px !important;
		line-height: 1.55;
		margin-bottom: 18px;
		text-align: center;
	}
	.n7-quality-proof__btn {
		width: 100%;
		max-width: 260px;
	}
	.n7-quality-proof__right {
		min-height: 320px;
		height: 320px;
		margin-top: 8px;
	}
	.n7-quality-proof__ring {
		width: 250px;
		height: 250px;
	}
	.n7-quality-proof__center {
		width: 126px;
		height: 126px;
		padding: 8px;
	}
	.n7-quality-proof__center svg {
		width: 22px;
		height: 22px;
		margin-bottom: 4px;
	}
	.n7-quality-proof__center span {
		font-size: 11px;
		letter-spacing: 0.12em;
		line-height: 1.25;
	}
	.n7-quality-proof__badge-pos {
		width: 48px;
		height: 48px;
	}
	.n7-quality-proof__badge-pos > div {
		padding: 4px;
		border-radius: 12px;
	}

	/* 4. Categories Section */
	.n7-categories-section {
		padding: 40px 0;
	}
	.n7-cat-showcase-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.n7-cat-box {
		padding: 16px 10px;
		border-radius: 16px;
	}
	.n7-cat-box__icon-wrap {
		width: 52px;
		height: 52px;
		margin-bottom: 10px;
	}
	.n7-cat-box__icon-wrap svg {
		width: 24px;
		height: 24px;
	}
	.n7-cat-box__title {
		font-size: 13px;
	}
	.n7-cat-box__meta {
		font-size: 11px;
	}

	/* 5. Best Sellers Section (2 columns on mobile with 9:16 vertical cards) */
	.n7-showcase-filters {
		gap: 6px;
		margin-top: 14px;
	}
	.n7-filter-btn {
		padding: 5px 12px;
		font-size: 11px;
	}
	.n7-products-grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}
	.n7-product-card {
		border-radius: 0 !important;
	}
	.n7-product-card__media {
		aspect-ratio: 9 / 16;
		border-radius: 0 !important;
	}
	.n7-product-card__details {
		padding: 10px 10px 14px;
		gap: 5px;
		border-radius: 0 !important;
	}
	.n7-product-card__category {
		font-size: 9px;
	}
	.n7-product-card__rating {
		display: none;
	}
	.n7-product-card__title {
		font-size: 12px;
		line-height: 1.3;
		min-height: 32px;
	}
	.n7-product-card__price {
		font-size: 12.5px;
	}
	.n7-product-card__origin {
		font-size: 9px;
		padding: 1px 5px;
		border-radius: 0 !important;
	}
	.n7-product-card__footer {
		margin-top: 4px;
	}
	.n7-btn--card,
	.n7-btn--buy-now {
		font-size: 10.5px;
		padding: 6px 8px;
		border-radius: 0 !important;
	}

	/* 6. Clinic CTA Section */
	.n7-clinic-cta__box {
		padding: 32px 18px;
		border-radius: 20px;
	}
	.n7-clinic-cta__title {
		font-size: 19px !important;
		line-height: 1.25;
		margin-bottom: 10px;
	}
	.n7-clinic-cta__desc {
		font-size: 13px !important;
		line-height: 1.55;
		margin-bottom: 20px;
	}
	.n7-clinic-cta__actions {
		flex-direction: column;
		width: 100%;
	}
	.n7-clinic-cta__actions .n7-btn {
		width: 100%;
	}
}

@media (max-width: 380px) {
	.n7-quality-proof__ring {
		width: 220px;
		height: 220px;
	}
	.n7-quality-proof__center {
		width: 110px;
		height: 110px;
	}
	.n7-quality-proof__badge-pos {
		width: 42px;
		height: 42px;
	}
	.n7-cat-box__icon-wrap {
		width: 54px;
		height: 54px;
	}
	.n7-cat-box__title {
		font-size: 13px;
	}
}

/* ==========================================================================
   §15. BALANCED SITE MICRO-ANIMATIONS & INTERACTION REFINEMENTS
   ========================================================================== */

/* 1. Scroll Reveal System */
.n7-reveal {
	opacity: 0;
	transform: translateY(22px);
	transition: opacity 0.7s cubic-bezier(0.16, 1, 0.3, 1),
	            transform 0.7s cubic-bezier(0.16, 1, 0.3, 1);
	will-change: opacity, transform;
}

.n7-reveal.is-revealed {
	opacity: 1;
	transform: translateY(0);
}

/* Stagger Delays for Grids and Lists */
.n7-delay-1 { transition-delay: 0.08s; }
.n7-delay-2 { transition-delay: 0.16s; }
.n7-delay-3 { transition-delay: 0.24s; }
.n7-delay-4 { transition-delay: 0.32s; }
.n7-delay-5 { transition-delay: 0.40s; }
.n7-delay-6 { transition-delay: 0.48s; }

/* 2. Keyframe Animations */
@keyframes n7PulseDot {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.35); opacity: 0.7; }
}

@keyframes n7SubtleGlow {
	0%, 100% { opacity: 0.35; transform: scale(1); }
	50% { opacity: 0.55; transform: scale(1.05); }
}

@keyframes n7FloatSoft {
	0%, 100% { transform: translateY(0); }
	50% { transform: translateY(-4px); }
}

/* 3. Micro-Interaction Polish for Cards & Buttons */
.n7-btn {
	transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-btn:hover {
	transform: translateY(-2px);
}

.n7-btn:active {
	transform: translateY(0) scale(0.98);
}

.n7-cat-box {
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
	            border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1),
	            box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-cat-box:hover {
	transform: translateY(-4px);
}

.n7-cat-box:hover .n7-cat-box__icon-wrap {
	transform: scale(1.08);
}

.n7-product-card {
	transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1),
	            box-shadow 0.35s cubic-bezier(0.16, 1, 0.3, 1),
	            border-color 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.n7-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 16px 36px -10px rgba(26, 48, 38, 0.12);
}

/* 4. Accessibility: Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	.n7-reveal,
	.n7-top-carousel__slide,
	.n7-top-carousel__slide.is-active,
	.n7-faq-item,
	.n7-faq-item__icon,
	.n7-btn,
	.n7-cat-box,
	.n7-product-card,
	.n7-cat-box__icon-wrap {
		transition-duration: 0.001ms !important;
		animation-duration: 0.001ms !important;
		transform: none !important;
		opacity: 1 !important;
	}
}

