/**
 * Neha Studio Suite - Master Stylesheet
 * 
 * Version: 3.0.0
 * Author:  Neha Stitches & Paints
 * 
 * TABLE OF CONTENTS:
 * 1. Root Variables & Typography Foundation
 * 2. Header & Fullscreen Hero Section
 * 3. Off-Canvas Hamburger Menu Drawer
 * 4. Multi-Currency Switcher Dropdown
 * 5. 50/50 Split Sections (Custom Artwork & Workshops)
 * 6. Mobile Responsiveness & Gap Fixes (50/50 Split)
 * 7. Scroll Reveal Animations & Micro-Interactions
 * 8. Editorial Layout Utilities (Diptych, Stagger, Reels)
 * 9. WooCommerce Product Typography
 * 10. Studio Notes Newsletter Strip
 */

/* ========================================================
   1. ROOT VARIABLES & TYPOGRAPHY FOUNDATION
   ======================================================== */
:root {
	--nss-primary-brown: #765230;
	--nss-dark-brown:    #553E2F;
	--nss-text-brown:    #6E533F;
	--nss-canvas-cream:  #FAF5EE;
	--nss-soft-beige:    #DEC8B7;
	--nss-border-line:   #DFD5C6;
	--nss-accent-terra:  #b5451f;
	--nss-font-serif:    'Playfair Display', Georgia, serif;
	--nss-font-display:  'Cormorant SC', Georgia, serif;
}

/* Custom Text Selection Highlight */
::selection {
	background: var(--nss-accent-terra);
	color: #ffffff;
}

/* Prevent horizontal layout shifts caused by 100vw calculations */
html, body {
	overflow-x: hidden !important;
	margin: 0 !important;
	padding: 0 !important;
}


/* ========================================================
   2. HEADER & FULLSCREEN HERO SECTION
   ======================================================== */

/* Remove Kadence wrapper top spacing on homepage */
body.home #wrapper,
body.home #inner-wrap,
body.home #main,
body.home .site-content,
body.home .site-content > .site-container,
body.home .content-container,
body.home .entry-content,
body.home .entry-content-wrap {
	padding-top: 0 !important;
	margin-top: 0 !important;
}

/* Float header over the hero on homepage */
body.home .site-header,
body.home #main-header,
body.home .site-header-row-container-inner,
body.home .site-main-header-wrap {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	z-index: 9999 !important;
	border: none !important;
	box-shadow: none !important;
}

/* Keep header icons, title, and links light on top of the hero */
.site-header .site-title a,
.site-header .main-navigation a,
.site-header svg,
.site-header .kdh-header-btn {
	color: var(--nss-canvas-cream) !important;
	stroke: var(--nss-canvas-cream) !important;
}

/* Fullscreen Hero Container */
body.home .kdh-full-hero {
	position: relative !important;
	top: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	margin: 0 !important;
	padding-top: 0 !important;
	min-height: 100vh !important;
	height: 100vh !important;
	box-sizing: border-box !important;
	background-size: cover !important;
	background-position: center center !important;
	background-repeat: no-repeat !important;
	overflow: hidden !important;
}

/* Force Kadence Inner Columns to expand full height */
body.home .kdh-full-hero > .kt-row-column-wrap,
body.home .kdh-full-hero .kt-row-layout-inner,
body.home .kdh-full-hero .kt-inside-inner-col,
body.home .kdh-full-hero .wp-block-kadence-column {
	background: transparent !important;
	background-color: transparent !important;
	width: 100% !important;
	max-width: 100% !important;
	padding: 0 !important;
	margin: 0 !important;
	height: 100% !important;
	display: flex !important;
	flex-direction: column !important;
	justify-content: flex-end !important;
}

/* Centered Translucent Bottom Tagline Bar (Edge-to-Edge) */
.kdh-hero-bar,
body.home .kdh-full-hero .kdh-hero-bar,
body.home .kdh-full-hero p.kdh-hero-bar {
	position: absolute !important;
	bottom: 0 !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	width: 100vw !important;
	max-width: 100vw !important;
	height: auto !important;
	min-height: 52px !important;
	max-height: 60px !important;
	background-color: rgba(118, 82, 48, 0.6) !important;
	backdrop-filter: blur(4px) !important;
	-webkit-backdrop-filter: blur(4px) !important;
	text-align: center !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	margin: 0 !important;
	padding: 14px 20px !important;
	box-sizing: border-box !important;
	z-index: 10 !important;
	color: var(--nss-canvas-cream) !important;
	font-family: var(--nss-font-serif) !important;
	font-size: clamp(12px, 1.8vw, 16px) !important;
	letter-spacing: 2px !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
}

.kdh-hero-bar * {
	text-align: center !important;
	margin: 0 !important;
	font-size: inherit !important;
	white-space: nowrap !important;
}

@media (max-width: 600px) {
	body.home .kdh-full-hero {
		height: 85vh !important;
		min-height: 480px !important;
	}
	.kdh-hero-bar,
	body.home .kdh-full-hero .kdh-hero-bar {
		font-size: 11px !important;
		letter-spacing: 0.5px !important;
		padding: 10px 8px !important;
		max-height: 50px !important;
	}
}

/* Suppress default Kadence mobile drawer conflict */
#mobile-drawer,
.mobile-navigation,
.kadence-mobile-drawer,
.mobile-drawer-overlay {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	pointer-events: none !important;
}


/* ========================================================
   3. OFF-CANVAS HAMBURGER MENU DRAWER
   ======================================================== */

/* Header Trigger Button */
.kdh-header-btn {
	background: transparent;
	border: none;
	cursor: pointer;
	color: inherit;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 4px;
}

/* Overlay Background */
.kdh-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.45);
	z-index: 999998;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s ease, visibility 0.3s ease;
}
.kdh-overlay.is-active {
	opacity: 1;
	visibility: visible;
}

/* Slide-in Panel */
.kdh-panel {
	position: fixed;
	top: 0;
	left: 0;
	width: 380px;
	max-width: 85vw;
	height: 100vh;
	background-color: var(--nss-canvas-cream);
	z-index: 999999;
	transform: translateX(-100%);
	transition: transform 0.38s cubic-bezier(0.77, 0, 0.175, 1);
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	color: var(--nss-text-brown);
	font-family: var(--nss-font-serif) !important;
	box-shadow: 4px 0 25px rgba(0,0,0,0.08);
}
.kdh-panel.is-active {
	transform: translateX(0);
}

/* Scrollbar */
.kdh-panel::-webkit-scrollbar { width: 6px; }
.kdh-panel::-webkit-scrollbar-track { background: transparent; }
.kdh-panel::-webkit-scrollbar-thumb { background-color: #d8cec0; border-radius: 10px; }

/* Panel Header & Close */
.kdh-panel-header {
	display: flex;
	justify-content: flex-end;
	padding: 22px 24px 0 24px;
}
.kdh-close-btn {
	background: transparent;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	border: 2px solid #0050A0;
	border-radius: 50%;
	color: #0050A0;
	transition: all 0.2s ease;
	padding: 0;
}
.kdh-close-btn:hover {
	background: #0050A0;
	color: #ffffff;
}

.kdh-panel-content {
	padding: 0 30px 40px 30px;
}

/* Search */
.kdh-search-wrap {
	margin-bottom: 20px;
	margin-top: -6px;
}
.kdh-search-toggle {
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	color: var(--nss-text-brown);
	display: flex;
}
.kdh-search-form {
	display: none;
	margin-top: 14px;
}
.kdh-search-form.active {
	display: block;
}
.kdh-search-form input {
	width: 100%;
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid var(--nss-border-line);
	background: transparent;
	color: var(--nss-text-brown);
	font-family: var(--nss-font-serif) !important;
	font-size: 15px;
	border-radius: 0;
}
.kdh-search-form input:focus {
	outline: none;
	border-color: var(--nss-text-brown);
}

/* Nav Menu */
.kdh-nav-menu {
	list-style: none;
	padding: 0;
	margin: 0;
}
.kdh-nav-menu li {
	margin: 0;
	padding: 0;
	position: relative;
	line-height: 1.25;
}
.kdh-nav-menu li a {
	display: block;
	padding: 9px 0;
	color: var(--nss-text-brown);
	text-decoration: none;
	font-family: var(--nss-font-serif) !important;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-weight: 500;
	transition: opacity 0.2s;
}
.kdh-nav-menu li a:hover {
	opacity: 0.7;
}

/* Submenu Arrow Indicator */
.kdh-nav-menu li.menu-item-has-children > a::after {
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	border-top: 1px solid var(--nss-text-brown);
	border-right: 1px solid var(--nss-text-brown);
	transform: translateY(-50%) rotate(45deg);
}
.kdh-nav-menu .sub-menu { display: none; }

/* Dividers */
hr.kdh-divider {
	display: block !important;
	border: 0 !important;
	height: 1px !important;
	background-color: var(--nss-border-line) !important;
	margin: 22px 0 !important;
	width: 100% !important;
}

/* Social Links */
.kdh-socials {
	display: flex !important;
	flex-direction: column;
	gap: 14px;
}
.kdh-socials a {
	display: flex;
	align-items: center;
	gap: 14px;
	color: var(--nss-text-brown);
	text-decoration: none;
	font-family: var(--nss-font-serif) !important;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
}
.kdh-socials a svg { stroke-width: 1.2; }
.kdh-socials a:hover { opacity: 0.7; }

/* Call to Action Buttons */
.kdh-actions {
	display: flex !important;
	flex-direction: column;
	gap: 12px;
}
.kdh-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: var(--nss-text-brown);
	color: #fff !important;
	padding: 13px 18px;
	border-radius: 50px;
	text-decoration: none;
	font-family: var(--nss-font-serif) !important;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: 500;
	text-align: center;
	transition: background-color 0.2s;
}
.kdh-btn:hover {
	background-color: var(--nss-dark-brown);
	color: #fff !important;
}


/* ========================================================
   4. MULTI-CURRENCY SWITCHER DROPDOWN
   ======================================================== */

#main-header .site-header-item-cart,
#main-header .header-cart-wrap {
	display: flex !important;
	align-items: center !important;
}

.site-header-item-currency {
	display: inline-flex !important;
	align-items: center !important;
	vertical-align: middle !important;
}

.anibyky-currency-switcher {
	position: relative !important;
	display: inline-flex !important;
	align-items: center !important;
	user-select: none !important;
	z-index: 999999 !important;
	margin: 0 20px 0 0 !important;
}

.anibyky-curr-trigger {
	background: transparent !important;
	border: none !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	display: inline-flex !important;
	align-items: center !important;
	gap: 8px !important;
	cursor: pointer !important;
	outline: none !important;
	color: var(--nss-canvas-cream) !important;
	text-decoration: none !important;
	-webkit-tap-highlight-color: transparent;
}

.anibyky-flag {
	width: 26px !important;
	height: 17px !important;
	min-width: 26px !important;
	object-fit: cover !important;
	border-radius: 0 !important;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) !important;
	display: block !important;
}

.anibyky-code,
.anibyky-symbol {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif !important;
	font-size: 15px !important;
	font-weight: 400 !important;
	color: var(--nss-canvas-cream) !important;
	letter-spacing: 0.5px !important;
	line-height: 1 !important;
}

.anibyky-curr-dropdown {
	display: none;
	position: absolute !important;
	top: calc(100% + 8px) !important;
	right: 0 !important;
	background-color: var(--nss-canvas-cream) !important;
	border: 1px solid var(--nss-soft-beige) !important;
	border-radius: 4px !important;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14) !important;
	min-width: 130px !important;
	padding: 6px 0 !important;
	z-index: 1000000 !important;
}

.anibyky-currency-switcher.open .anibyky-curr-dropdown {
	display: block !important;
}

.anibyky-curr-item {
	display: flex !important;
	align-items: center !important;
	gap: 10px !important;
	padding: 8px 14px !important;
	text-decoration: none !important;
	transition: background 0.15s ease !important;
}

.anibyky-curr-item .anibyky-code,
.anibyky-curr-item .anibyky-symbol {
	color: var(--nss-dark-brown) !important;
	font-size: 14px !important;
}

.anibyky-curr-item:hover {
	background-color: var(--nss-soft-beige) !important;
}

.anibyky-curr-item.active {
	font-weight: 600 !important;
	background-color: rgba(222, 200, 183, 0.4) !important;
}

/* Kadence Mobile Header Integration */
#mobile-header,
.site-mobile-header-wrap,
.site-mobile-header-inner-wrap,
.site-mobile-header-wrap .site-header-row,
.site-mobile-header-wrap .site-header-row-container-inner,
.site-mobile-header-wrap .site-header-section-right {
	overflow: visible !important;
}

.site-mobile-header-wrap .site-header-row,
.site-mobile-header-inner-wrap,
.site-mobile-header-wrap .site-header-row-container-inner {
	display: flex !important;
	align-items: center !important;
}

#mobile-header .site-header-item-currency,
.site-mobile-header-wrap .site-header-item-currency {
	display: inline-flex !important;
	align-items: center !important;
	vertical-align: middle !important;
	visibility: visible !important;
	opacity: 1 !important;
	margin-right: 10px !important;
}

#mobile-header .anibyky-currency-switcher,
.site-mobile-header-wrap .anibyky-currency-switcher {
	margin: 0 !important;
	display: inline-flex !important;
	visibility: visible !important;
}

#mobile-header .anibyky-flag,
.site-mobile-header-wrap .anibyky-flag {
	width: 22px !important;
	height: 15px !important;
	min-width: 22px !important;
}

#mobile-header .anibyky-code,
#mobile-header .anibyky-symbol,
.site-mobile-header-wrap .anibyky-code,
.site-mobile-header-wrap .anibyky-symbol {
	font-size: 13px !important;
}

#mobile-header .anibyky-curr-trigger,
.site-mobile-header-wrap .anibyky-curr-trigger {
	gap: 5px !important;
}


/* ========================================================
   5. 50/50 SPLIT SECTIONS (CUSTOM ARTWORK & WORKSHOPS)
   ======================================================== */

.ns-custom-section {
	position: relative !important;
	width: 100vw !important;
	max-width: 100vw !important;
	left: 50% !important;
	transform: translateX(-50%) !important;
	margin: 0 !important;
	padding: 0 !important;
	box-sizing: border-box !important;
	overflow: hidden !important;
	background-color: var(--nss-soft-beige) !important;
}

.ns-custom-section > .kt-row-column-wrap,
.ns-custom-section .kt-row-layout-inner {
	display: grid !important;
	grid-template-columns: 1fr 1fr !important;
	width: 100% !important;
	max-width: 100% !important;
	min-height: 580px !important;
	margin: 0 !important;
	padding: 0 !important;
	gap: 0 !important;
}

/* Content Column (Text) */
.ns-custom-content {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	padding: 60px 40px 60px 8vw !important;
	box-sizing: border-box !important;
}

.ns-custom-content > .kt-inside-inner-col {
	width: 100% !important;
	max-width: 520px !important;
}

.ns-custom-sub,
.ns-custom-sub * {
	font-family: var(--nss-font-serif) !important;
	font-style: italic !important;
	font-size: 26px !important;
	line-height: 1.25 !important;
	color: var(--nss-text-brown) !important;
	margin: 0 0 6px 0 !important;
	font-weight: 400 !important;
}

.ns-custom-title,
.ns-custom-title *,
.ns-custom-content h2.ns-custom-title {
	font-family: var(--nss-font-display) !important;
	font-style: normal !important;
	text-transform: uppercase !important;
	font-weight: 600 !important;
	font-size: 34px !important;
	letter-spacing: 2px !important;
	line-height: 1.2 !important;
	color: var(--nss-dark-brown) !important;
	margin: 0 0 18px 0 !important;
}

.ns-custom-p,
.ns-custom-p * {
	font-family: var(--nss-font-serif) !important;
	font-size: 14px !important;
	line-height: 1.7 !important;
	color: var(--nss-text-brown) !important;
	margin: 0 0 16px 0 !important;
}

.ns-custom-btn-wrap {
	display: flex !important;
	gap: 14px !important;
	margin-top: 10px !important;
}

.ns-custom-btn,
.ns-custom-btn * {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	background-color: var(--nss-canvas-cream) !important;
	color: var(--nss-text-brown) !important;
	font-family: var(--nss-font-serif) !important;
	font-size: 13px !important;
	padding: 10px 24px !important;
	border-radius: 50px !important;
	text-decoration: none !important;
	border: none !important;
	transition: all 0.25s ease !important;
}

.ns-custom-btn:hover,
.ns-custom-btn:hover * {
	background-color: var(--nss-text-brown) !important;
	color: var(--nss-canvas-cream) !important;
}

/* Media Column (Image/Video) */
.ns-custom-media,
.ns-custom-media > .kt-inside-inner-col {
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0 !important;
	margin: 0 !important;
	width: 100% !important;
	height: 100% !important;
	box-sizing: border-box !important;
}

.ns-video-wrapper {
	position: relative !important;
	width: calc(100% - 60px) !important;
	max-width: 540px !important;
	height: 480px !important;
	margin: 30px auto !important;
	border-radius: 12px !important;
	overflow: hidden !important;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08) !important;
}

.ns-video-wrapper video,
.ns-video-wrapper img {
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover !important;
	object-position: center center !important;
	display: block !important;
	border-radius: 12px !important;
}


/* ========================================================
   6. MOBILE RESPONSIVENESS & GAP FIXES (50/50 SPLIT)
   ======================================================== */
@media (max-width: 900px) {
	/* Reset Grid to vertical stack without fixed heights */
	.ns-custom-section > .kt-row-column-wrap,
	.ns-custom-section .kt-row-layout-inner {
		grid-template-columns: 1fr !important;
		min-height: auto !important;
		height: auto !important;
		gap: 0 !important;
	}

	/* Remove dead height & bottom padding on media column */
	.ns-custom-media,
	.ns-custom-media > .kt-inside-inner-col {
		height: auto !important;
		min-height: auto !important;
		padding: 24px 20px 0 20px !important;
		justify-content: flex-start !important;
	}

	/* Proportional aspect ratio instead of rigid desktop height */
	.ns-video-wrapper {
		width: 100% !important;
		max-width: 100% !important;
		height: auto !important;
		min-height: auto !important;
		aspect-ratio: 16 / 11 !important;
		margin: 0 auto !important;
	}

	/* Content Column: tight top padding, start directly beneath media */
	.ns-custom-content {
		height: auto !important;
		min-height: auto !important;
		justify-content: flex-start !important;
		padding: 20px 24px 36px 24px !important;
		text-align: center !important;
	}

	.ns-custom-content > .kt-inside-inner-col {
		max-width: 100% !important;
		margin: 0 auto !important;
	}

	/* Fix: Prevent single words like WORKSHOPS from breaking across lines */
	.ns-custom-title,
	.ns-custom-title *,
	.ns-custom-content h2.ns-custom-title {
		font-size: 26px !important;
		letter-spacing: 1.5px !important;
		line-height: 1.25 !important;
		margin: 0 0 14px 0 !important;
		word-break: normal !important;
		white-space: normal !important;
	}

	.ns-custom-sub,
	.ns-custom-sub * {
		font-size: 20px !important;
		margin: 0 0 6px 0 !important;
	}

	.ns-custom-p,
	.ns-custom-p * {
		font-size: 14px !important;
		line-height: 1.65 !important;
		margin: 0 0 20px 0 !important;
	}

	/* Center buttons on Mobile */
	.ns-custom-btn-wrap {
		justify-content: center !important;
		flex-wrap: wrap !important;
		gap: 10px !important;
		margin-top: 4px !important;
	}

	.ns-custom-btn,
	.ns-custom-btn * {
		font-size: 13px !important;
		padding: 9px 22px !important;
	}
}


/* ========================================================
   7. SCROLL REVEAL ANIMATIONS & MICRO-INTERACTIONS
   ======================================================== */

.reveal {
	opacity: 0;
	transform: translateY(28px);
	transition:
		opacity 1100ms cubic-bezier(0.22, 1, 0.36, 1),
		transform 1100ms cubic-bezier(0.22, 1, 0.36, 1);
	will-change: opacity, transform;
}
.reveal.is-in {
	opacity: 1;
	transform: none;
}

.reveal-img {
	clip-path: inset(0 0 12% 0);
	transform: scale(1.06);
	opacity: 0.001;
	transition:
		clip-path 1.3s cubic-bezier(0.22, 1, 0.36, 1),
		transform 1.6s cubic-bezier(0.22, 1, 0.36, 1),
		opacity 0.9s cubic-bezier(0.22, 1, 0.36, 1);
}
.reveal-img.is-in {
	clip-path: inset(0 0 0 0);
	transform: scale(1);
	opacity: 1;
}

/* Hover Zoom for Gallery / Cards */
.zoom-media img {
	transition: transform 1.1s cubic-bezier(0.22, 1, 0.36, 1);
}
.zoom-media:hover img {
	transform: scale(1.045);
}

/* Caption Shift */
.caption-shift {
	transition: transform 620ms cubic-bezier(0.22, 1, 0.36, 1);
}
.zoom-media:hover .caption-shift {
	transform: translateX(10px);
}

/* Underline Link with Nudge Arrow */
.hover-link {
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	border-bottom: 1px solid currentColor;
	opacity: 0.85;
	padding-bottom: 2px;
	transition: opacity 0.4s ease, border-color 0.4s ease;
	text-decoration: none;
}
.hover-link::after {
	content: "\2192"; /* → */
	display: inline-block;
	transition: transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.hover-link:hover {
	opacity: 1;
}
.hover-link:hover::after {
	transform: translateX(5px);
}

@media (prefers-reduced-motion: reduce) {
	.reveal,
	.reveal-img {
		opacity: 1 !important;
		transform: none !important;
		clip-path: none !important;
	}
	.zoom-media img,
	.caption-shift,
	.hover-link::after {
		transition: none !important;
	}
}


/* ========================================================
   8. EDITORIAL LAYOUT UTILITIES (DIPTYCH, STAGGER, REELS)
   ======================================================== */

/* 2-Image Diptych (Stays side-by-side on mobile without vertical stacking) */
.ns-photo-diptych {
	display: flex;
	gap: 12px;
	width: 100%;
	margin-top: 16px;
}
.ns-photo-diptych .ns-photo-item {
	flex: 1;
	min-width: 0;
}
.ns-photo-diptych img {
	width: 100%;
	aspect-ratio: 3/4;
	object-fit: cover;
	border-radius: 16px;
	display: block;
	box-shadow: 0 4px 16px rgba(118, 82, 48, 0.08);
}

/* Swipeable Mobile Video Reels / Desktop 3-Col Grid */
.ns-reels-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	width: 100%;
}
.ns-reel-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 6px 20px rgba(0,0,0,0.06);
	background: #000;
}
.ns-reel-card video {
	width: 100%;
	display: block;
	border-radius: 16px;
}

@media (max-width: 768px) {
	.ns-reels-container {
		display: flex !important;
		overflow-x: auto !important;
		scroll-snap-type: x mandatory;
		gap: 12px !important;
		padding: 4px 4px 16px 4px !important;
		-webkit-overflow-scrolling: touch;
	}
	.ns-reel-card {
		flex: 0 0 78% !important;
		max-width: 280px !important;
		scroll-snap-align: center;
	}
}

/* Editorial Staggered Grids */
.editorial-grid {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	gap: 2rem;
}
.grid-item-1 { grid-column: 1 / span 8; }
.grid-item-2 { grid-column: 10 / span 4; margin-top: -6rem; align-self: end; }
.grid-item-3 { grid-column: 3 / span 6; margin-top: -4rem; }

@media (max-width: 767px) {
	.grid-item-1, .grid-item-2, .grid-item-3 {
		grid-column: 1 / -1;
		margin-top: 0;
	}
}

.stagger-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
}
.stagger-item-1 { margin-top: 0; }
.stagger-item-2 { margin-top: 6rem; }
.stagger-item-3 { margin-top: 2.5rem; }

@media (max-width: 767px) {
	.stagger-grid { grid-template-columns: 1fr; }
	.stagger-item-1, .stagger-item-2, .stagger-item-3 { margin-top: 0; }
}

.trio-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2rem;
	align-items: stretch;
}
.trio-grid > * { height: 100%; }

@media (max-width: 767px) {
	.trio-grid { grid-template-columns: 1fr; }
}

.text-panel {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
	padding: 2.5rem 2rem;
	background: #f5f0e5;
	border-left: 3px solid #b5623b;
	box-sizing: border-box;
}
.text-panel p {
	font-size: clamp(1rem, 1.4vw, 1.15rem);
	line-height: 1.65;
	color: #261f1c;
	margin: 0 0 1rem 0;
}
.text-panel p:last-child { margin-bottom: 0; }
.text-panel em {
	font-family: var(--nss-font-serif);
	font-style: italic;
	color: #9f4f2f;
}


/* ========================================================
   9. WOOCOMMERCE PRODUCT TYPOGRAPHY
   ======================================================== */

/* Short Description (top area beside image & variations) */
.woocommerce div.product .woocommerce-product-details__short-description,
.woocommerce div.product .woocommerce-product-details__short-description p,
.woocommerce div.product .woocommerce-product-details__short-description ul,
.woocommerce div.product .woocommerce-product-details__short-description li {
	font-family: var(--nss-font-serif) !important;
	font-size: 1.05rem !important;
	line-height: 1.8 !important;
	color: #4A3E3D !important;
}

/* Main Long Description / Details Tab */
.woocommerce div.product #tab-description,
.woocommerce div.product #tab-description p,
.woocommerce div.product #tab-description ul,
.woocommerce div.product #tab-description li,
.woocommerce div.product .woocommerce-Tabs-panel--description,
.woocommerce div.product .woocommerce-Tabs-panel--description p,
.woocommerce div.product .woocommerce-Tabs-panel--description li {
	font-family: var(--nss-font-serif) !important;
	font-size: 1.05rem !important;
	line-height: 1.8 !important;
	color: #4A3E3D !important;
}

/* Sub-headings inside product description (e.g. "What We Will Cover") */
.woocommerce div.product #tab-description h2,
.woocommerce div.product #tab-description h3,
.woocommerce div.product #tab-description h4,
.woocommerce div.product .woocommerce-Tabs-panel--description h2,
.woocommerce div.product .woocommerce-Tabs-panel--description h3 {
	font-family: var(--nss-font-serif) !important;
	letter-spacing: 0.04em !important;
	font-weight: 600 !important;
	color: #4A3E3D !important;
}


/* ========================================================
   10. STUDIO NOTES NEWSLETTER STRIP
   ======================================================== */

.craft-nl-strip {
	background-color: var(--nss-canvas-cream);
	border-top: 1px solid var(--nss-border-line);
	border-bottom: 1px solid var(--nss-border-line);
	padding: 32px 24px;
	font-family: var(--nss-font-serif);
	color: var(--nss-text-brown);
}

.craft-nl-container {
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
}

.craft-nl-text {
	flex: 1;
	min-width: 280px;
}

.craft-nl-eyebrow {
	font-size: 11px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #b35d48;
	display: block;
	margin-bottom: 4px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.craft-nl-title {
	font-size: 24px;
	font-weight: 700;
	color: #3e362e;
	margin: 0 0 6px 0;
	line-height: 1.25;
}

.craft-nl-subtitle {
	font-size: 14.5px;
	color: var(--nss-text-brown);
	font-style: italic;
	margin: 0;
	line-height: 1.5;
}

.craft-nl-action {
	flex: 1;
	max-width: 480px;
	width: 100%;
}

.craft-nl-input-group {
	display: flex;
	background: #FFFFFF;
	border: 1px solid #D5C8B8;
	border-radius: 30px;
	padding: 4px;
	box-shadow: 0 2px 8px rgba(118, 82, 48, 0.04);
}

.craft-nl-input {
	flex: 1;
	border: none;
	background: transparent;
	padding: 10px 18px;
	font-size: 15px;
	color: #3e362e;
	outline: none;
	min-width: 0;
}

.craft-nl-input::placeholder {
	color: #9C8A7B;
	font-style: italic;
	font-size: 14px;
}

.craft-nl-btn {
	background-color: #b35d48;
	color: #FFFFFF;
	border: none;
	border-radius: 24px;
	padding: 10px 24px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
	white-space: nowrap;
	transition: background-color 0.2s ease;
}

.craft-nl-btn:hover {
	background-color: #914330;
}

.craft-nl-privacy {
	display: block;
	font-size: 12px;
	color: #8C7867;
	font-style: italic;
	margin-top: 6px;
	padding-left: 14px;
}

.craft-nl-success-msg {
	background: #FFFFFF;
	border: 1px solid #b35d48;
	border-radius: 20px;
	padding: 10px 20px;
	color: #3e362e;
	font-size: 14px;
	text-align: center;
}

@media (max-width: 768px) {
	.craft-nl-strip {
		padding: 28px 20px;
	}
	.craft-nl-container {
		flex-direction: column;
		align-items: flex-start;
		gap: 20px;
	}
	.craft-nl-action {
		max-width: 100%;
	}
	.craft-nl-input-group {
		flex-direction: column;
		background: transparent;
		border: none;
		padding: 0;
		gap: 10px;
		box-shadow: none;
	}
	.craft-nl-input {
		background: #FFFFFF;
		border: 1px solid #D5C8B8;
		border-radius: 24px;
		padding: 12px 18px;
	}
	.craft-nl-btn {
		width: 100%;
		padding: 12px;
	}
	.craft-nl-privacy {
		text-align: center;
		padding-left: 0;
	}
}
