.newsmile-standalone {
	margin: 0;
	background: #fff;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

.newsmile-standalone * {
	box-sizing: border-box;
}

.ns-site {
	background: #fff;
	color: #222;
	font-size: 16px;
	line-height: 1.65;
}

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

.ns-site img,
.ns-site video {
	display: block;
	max-width: 100%;
	height: auto;
}

.ns-container {
	width: min(1170px, calc(100% - 32px));
	margin: 0 auto;
}

.ns-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: #fff;
	border-bottom: 1px solid #ececec;
	box-shadow: 0 2px 18px rgba(0, 0, 0, 0.06);
}

.ns-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 86px;
}

.ns-logo img {
	width: 180px;
	height: auto;
	object-fit: contain;
}

.ns-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 34px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
}

.ns-menu a {
	color: #1f352c;
}

.ns-menu a:hover {
	color: #b9852b;
}

.ns-header__cta,
.ns-button,
.ns-link-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 12px 24px;
	border: 2px solid #1f5b43;
	background: #1f5b43;
	color: #fff;
	font-size: 14px;
	font-weight: 800;
	text-transform: uppercase;
}

.ns-header__cta:hover,
.ns-button:hover,
.ns-link-button:hover {
	background: #143d2d;
	border-color: #143d2d;
	color: #fff;
}

.ns-menu-toggle {
	display: none;
}

.ns-mobile-menu-button,
.ns-mobile-menu-overlay,
.ns-mobile-drawer {
	display: none;
}

.ns-mobile-menu-button {
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border: 1px solid #d8d8d2;
	background: #fff;
	cursor: pointer;
}

.ns-mobile-menu-button span {
	display: block;
	width: 24px;
	height: 2px;
	margin: 4px 0;
	background: #1f352c;
}

.ns-button--light {
	border-color: #fff;
	background: transparent;
	color: #fff;
}

.ns-button--light:hover {
	background: #fff;
	color: #1f5b43;
}

.ns-hero {
	position: relative;
	min-height: 640px;
	overflow: hidden;
	color: #fff;
}

.ns-hero > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.ns-hero__overlay {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(11, 42, 30, 0.82), rgba(11, 42, 30, 0.48), rgba(11, 42, 30, 0.22));
}

.ns-hero__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: 640px;
	max-width: 760px;
	margin-left: max(16px, calc((100vw - 1170px) / 2));
}

.ns-hero__content p,
.ns-kicker {
	margin: 0 0 12px;
	color: #d6a047;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ns-hero__content h1 {
	margin: 0 0 18px;
	color: #fff;
	font-size: clamp(48px, 7vw, 86px);
	line-height: 1;
	text-transform: uppercase;
}

.ns-hero__content span {
	max-width: 680px;
	color: #fff;
	font-size: 22px;
	font-weight: 500;
}

.ns-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 34px;
}

.ns-section {
	padding: 78px 0;
}

.ns-section-title {
	max-width: 760px;
	margin: 0 auto 42px;
	text-align: center;
}

.ns-section-title h2,
.ns-two-col h2,
.ns-page-title h1,
.ns-cta h2 {
	margin: 0 0 18px;
	color: #1f352c;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.15;
	text-transform: uppercase;
}

.ns-section-title p,
.ns-two-col p,
.ns-page-title p,
.ns-product-card p,
.ns-note,
.ns-footer p {
	color: #555;
}

.ns-two-col {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(360px, 1fr);
	gap: 54px;
	align-items: center;
}

.ns-image-stack {
	position: relative;
}

.ns-image-stack img,
.ns-rounded,
.ns-video-section video,
.ns-product-main-image img {
	width: 100%;
	border-radius: 2px;
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

.ns-image-stack div {
	position: absolute;
	right: 24px;
	bottom: 24px;
	min-width: 180px;
	padding: 22px;
	background: #1f5b43;
	color: #fff;
	text-align: center;
}

.ns-image-stack strong,
.ns-image-stack span {
	display: block;
	color: #fff;
}

.ns-image-stack strong {
	font-size: 30px;
	line-height: 1;
}

.ns-products-band {
	background: #f7f7f2;
}

.ns-product-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ns-product-card {
	background: #fff;
	border: 1px solid #e5e5e0;
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ns-product-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.ns-product-card img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.ns-product-card div {
	padding: 24px;
}

.ns-product-card h2,
.ns-product-card h3 {
	margin: 0 0 10px;
	color: #1f352c;
	font-size: 22px;
	line-height: 1.25;
}

.ns-product-card span {
	display: inline-block;
	margin-top: 12px;
	color: #b9852b;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
}

.ns-factory-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

.ns-factory-grid img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ns-video-section {
	background: #f7f7f2;
}

.ns-blog-section {
	background: #fff;
}

.ns-blog-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 28px;
}

.ns-blog-card,
.ns-blog-list-card {
	background: #fff;
	border: 1px solid #e5e5e0;
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.08);
	transition: transform 160ms ease, box-shadow 160ms ease;
}

.ns-blog-card:hover,
.ns-blog-list-card:hover {
	transform: translateY(-4px);
	box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
}

.ns-blog-card img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
}

.ns-blog-card div {
	padding: 24px;
}

.ns-blog-card span,
.ns-blog-list-card span,
.ns-blog-category {
	display: inline-block;
	margin: 0 0 10px;
	color: #b9852b;
	font-size: 13px;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.ns-blog-card h3,
.ns-blog-list-card h2 {
	margin: 0 0 12px;
	color: #1f352c;
	font-size: 22px;
	line-height: 1.28;
}

.ns-blog-card p,
.ns-blog-list-card p {
	margin: 0;
	color: #555;
}

.ns-center-action {
	margin-top: 34px;
	text-align: center;
}

.ns-blog-list {
	display: grid;
	gap: 28px;
}

.ns-blog-list-card a {
	display: grid;
	grid-template-columns: minmax(260px, 0.42fr) minmax(0, 0.58fr);
	min-height: 300px;
}

.ns-blog-list-card img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}

.ns-blog-list-card div {
	padding: 34px;
}

.ns-blog-list-card strong {
	display: inline-block;
	margin-top: 18px;
	color: #b9852b;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
}

.ns-blog-article {
	padding: 58px 0 76px;
	background: #262322;
	color: #f4f0e8;
}

.ns-blog-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 350px;
	gap: 36px;
	align-items: start;
}

.ns-blog-main {
	padding: 40px;
	background: #090909;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 18px rgba(255, 255, 255, 0.18);
}

.ns-blog-main h1 {
	margin: 0 0 14px;
	color: #fff;
	font-size: clamp(32px, 4vw, 48px);
	line-height: 1.12;
}

.ns-blog-meta {
	margin-bottom: 28px;
	color: rgba(255, 255, 255, 0.68);
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.ns-blog-main .ns-blog-category {
	color: #d6a047;
}

.ns-blog-hero-image {
	width: 100%;
	max-height: 520px;
	margin: 0 0 32px;
	object-fit: cover;
}

.ns-blog-main h2 {
	margin: 30px 0 12px;
	padding-top: 24px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	font-size: 28px;
	line-height: 1.25;
}

.ns-blog-main p {
	margin: 0 0 18px;
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
}

.ns-blog-inline-cta {
	margin-top: 34px;
	padding: 28px;
	background: #3f3934;
}

.ns-blog-inline-cta h2 {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.ns-blog-sidebar {
	position: sticky;
	top: 112px;
	display: grid;
	gap: 28px;
}

.ns-sidebar-card {
	padding: 28px;
	background: #090909;
	border: 1px solid rgba(255, 255, 255, 0.18);
	box-shadow: 0 0 18px rgba(255, 255, 255, 0.16);
}

.ns-sidebar-contact {
	background: #443f39;
}

.ns-sidebar-card h3 {
	margin: 0 0 22px;
	color: #fff;
	font-size: 22px;
	text-transform: uppercase;
}

.ns-sidebar-card p,
.ns-sidebar-card a,
.ns-sidebar-card span {
	color: rgba(255, 255, 255, 0.78);
}

.ns-sidebar-card strong {
	color: #fff;
}

.ns-recent-post {
	display: grid;
	grid-template-columns: 72px 1fr;
	gap: 14px;
	align-items: center;
	padding: 14px 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.ns-recent-post img {
	width: 72px;
	height: 58px;
	object-fit: cover;
}

.ns-recent-post span {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.3;
}

.ns-note {
	padding-left: 16px;
	border-left: 4px solid #d6a047;
	font-weight: 700;
}

.ns-page-title {
	padding: 88px 0;
	background: linear-gradient(rgba(16, 61, 43, 0.78), rgba(16, 61, 43, 0.78)), url("../../media/factory/plywood-factory-floor-wide.jpeg") center / cover;
	text-align: center;
	color: #fff;
}

.ns-page-title h1,
.ns-page-title p {
	color: #fff;
}

.ns-values {
	background: #1f5b43;
	color: #fff;
}

.ns-value-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.ns-value-grid div {
	padding: 32px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	text-align: center;
}

.ns-value-grid strong,
.ns-value-grid span {
	display: block;
	color: #fff;
}

.ns-value-grid strong {
	margin-bottom: 8px;
	font-size: 22px;
}

.ns-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: 32px;
	align-items: start;
}

.ns-contact-card,
.ns-inquiry-card {
	padding: 36px;
	border: 1px solid #e5e5e0;
	background: #fff;
}

.ns-contact-card h2,
.ns-inquiry-card h2,
.ns-product-detail h2,
.ns-product-detail h3 {
	margin: 0 0 20px;
	color: #1f352c;
	font-size: 28px;
	line-height: 1.2;
}

.ns-contact-card a {
	display: block;
	padding: 13px 0;
	border-bottom: 1px solid #e5e5e0;
	color: #1f5b43;
	font-weight: 700;
}

.ns-inquiry-card ul,
.ns-use-list {
	margin: 0 0 24px;
	padding-left: 20px;
}

.ns-product-detail {
	display: grid;
	grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
	gap: 44px;
	align-items: start;
}

.ns-spec-table {
	width: 100%;
	margin-bottom: 28px;
	border-collapse: collapse;
	background: #fff;
}

.ns-spec-table th,
.ns-spec-table td {
	padding: 14px 16px;
	border: 1px solid #e5e5e0;
	text-align: left;
	vertical-align: top;
}

.ns-spec-table th {
	width: 34%;
	background: #f7f7f2;
	color: #1f352c;
}

.ns-gallery-section {
	background: #f7f7f2;
}

.ns-gallery {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.ns-gallery figure {
	position: relative;
	margin: 0;
	background: #fff;
}

.ns-gallery img {
	width: 100%;
	aspect-ratio: 3 / 4;
	object-fit: cover;
}

.ns-gallery figcaption {
	position: absolute;
	left: 10px;
	bottom: 10px;
	padding: 7px 10px;
	background: rgba(31, 91, 67, 0.92);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
}

.ns-cta {
	padding: 58px 0;
	background: #1f5b43;
	text-align: center;
}

.ns-cta h2 {
	color: #fff;
}

.ns-footer {
	padding: 58px 0 0;
	background: #18251f;
	color: #fff;
}

.ns-footer__grid {
	display: grid;
	grid-template-columns: 1.25fr repeat(3, 1fr);
	gap: 34px;
}

.ns-footer img {
	width: 160px;
	margin-bottom: 18px;
	padding: 8px;
	background: #fff;
}

.ns-footer h3 {
	margin: 0 0 16px;
	color: #d6a047;
	font-size: 16px;
	text-transform: uppercase;
}

.ns-footer p,
.ns-footer a {
	color: rgba(255, 255, 255, 0.82);
}

.ns-footer a {
	display: block;
	padding: 7px 0;
}

.ns-footer a:hover {
	color: #fff;
}

.ns-footer__bottom {
	margin-top: 38px;
	padding: 18px;
	background: #0f1915;
	color: rgba(255, 255, 255, 0.72);
	text-align: center;
}

@media (max-width: 980px) {
	.ns-menu-toggle {
		position: absolute;
		display: block;
		opacity: 0;
		pointer-events: none;
	}

	.ns-two-col,
	.ns-contact-grid,
	.ns-product-detail {
		grid-template-columns: 1fr;
	}

	.ns-header {
		position: static;
	}

	.ns-header__inner {
		min-height: 60px;
		padding: 8px 0;
	}

	.ns-menu,
	.ns-header__cta {
		display: none;
	}

	.ns-mobile-menu-button {
		display: inline-flex;
		flex-direction: column;
		width: 42px;
		height: 42px;
	}

	.ns-mobile-menu-button span {
		width: 22px;
		margin: 3px 0;
	}

	.ns-mobile-menu-overlay {
		position: fixed;
		inset: 0;
		z-index: 80;
		display: block;
		background: rgba(0, 0, 0, 0.48);
		opacity: 0;
		pointer-events: none;
		transition: opacity 180ms ease;
	}

	.ns-mobile-drawer {
		position: fixed;
		inset: 0 auto 0 0;
		z-index: 90;
		display: block;
		width: min(82vw, 390px);
		padding: 26px 24px;
		background: #fff;
		box-shadow: 18px 0 42px rgba(0, 0, 0, 0.28);
		transform: translateX(-105%);
		transition: transform 220ms ease;
	}

	.ns-menu-toggle:checked ~ .ns-mobile-menu-overlay {
		opacity: 1;
		pointer-events: auto;
	}

	.ns-menu-toggle:checked ~ .ns-mobile-drawer {
		transform: translateX(0);
	}

	.ns-mobile-drawer__head {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 14px;
		border-bottom: 2px dashed #d9d7bc;
	}

	.ns-mobile-drawer__head strong {
		color: #111;
		font-size: 28px;
		line-height: 1;
	}

	.ns-mobile-drawer__head label {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 36px;
		height: 36px;
		color: #555;
		font-size: 28px;
		font-weight: 300;
		cursor: pointer;
	}

	.ns-mobile-menu {
		display: grid;
		margin-top: 16px;
	}

	.ns-mobile-menu a {
		display: flex;
		align-items: center;
		min-height: 50px;
		border-bottom: 1px solid #e4e2c5;
		color: #111;
		font-size: 20px;
		font-weight: 700;
	}

	.ns-mobile-menu__cta {
		justify-content: center;
		margin-top: 18px;
		border: 2px solid #1f5b43 !important;
		background: #1f5b43;
		color: #fff !important;
		font-size: 16px !important;
		text-transform: uppercase;
	}

	.ns-product-grid,
	.ns-blog-grid,
	.ns-gallery,
	.ns-footer__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ns-blog-list-card a,
	.ns-blog-layout {
		grid-template-columns: 1fr;
	}

	.ns-blog-list-card a {
		min-height: 0;
	}

	.ns-blog-list-card img {
		height: 260px;
	}

	.ns-blog-sidebar {
		position: static;
	}
}

@media (max-width: 640px) {
	.ns-container {
		width: min(100% - 24px, 1170px);
	}

	.ns-logo img {
		width: 126px;
	}

	.ns-hero,
	.ns-hero__content {
		min-height: 560px;
	}

	.ns-hero__content {
		margin-left: auto;
	}

	.ns-hero__content h1 {
		font-size: 42px;
	}

	.ns-hero__content span {
		font-size: 18px;
	}

	.ns-actions,
	.ns-button,
	.ns-link-button {
		width: 100%;
	}

	.ns-section {
		padding: 54px 0;
	}

	.ns-product-grid,
	.ns-blog-grid,
	.ns-gallery,
	.ns-factory-grid,
	.ns-value-grid,
	.ns-footer__grid {
		grid-template-columns: 1fr;
	}

	.ns-spec-table th,
	.ns-spec-table td {
		display: block;
		width: 100%;
	}

	.ns-blog-main,
	.ns-sidebar-card,
	.ns-blog-list-card div {
		padding: 24px;
	}
}
