/* ==========================================================================
   Static pages – Giới thiệu, Dịch vụ, Chính sách, Liên hệ
   ========================================================================== */

.site-main--page {
	padding: 0;
	margin: 0;
	max-width: none;
}

.nt-page-section {
	padding: 56px 0;
}

.nt-page-title {
    font-family: var(--font-accent);
    font-size: var(--nt-fs-2xl);
    font-weight: 800;
    color: var(--nt-orange);
    text-align: center;
    text-transform: uppercase;
    margin: 0 0 24px;
    line-height: 1.3;
}
.nt-production-process__header {
    max-width: 600px;
}
.nt-production-process__header .nt-page-intro,.nt-production-process__header  .nt-page-title  {
	text-align: left !important;
}

.nt-page-intro {
	text-align: center;
	max-width: 720px;
	margin: 0 auto 40px;
	font-size: var(--nt-fs-sm);
	line-height: 1.8;
	color: var(--nt-text);
}

.nt-page-content {
	max-width: 800px;
	margin: 0 auto 32px;
	text-align: center;
	font-size: var(--nt-fs-sm);
	line-height: 1.9;
	color: var(--nt-text);
}
.nt-page-content p {
    margin: 0 0 1em;
    font-size: var(--nt-fs-base);
    line-height: 26px;
    color: #535050;
}

/* About – brand story */
.nt-about-story {
	padding: 72px 0 80px;
	--nt-brand-story-slide-h: clamp(360px, 42vw, 560px);
}

.nt-about-story__content {
	max-width: 860px;
	margin: 0 auto 48px;
	text-align: center;
	font-size: var(--nt-fs-base);
	line-height: 1.75;
	color: var(--nt-text);
}

.nt-about-story__content p {
	margin: 0 0 1em;
}

.nt-about-story__content p:last-child {
    color: #535050;
    margin-bottom: 0;
}

.nt-about-story__slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 8px 0 16px;
	overflow: hidden;
	min-height: var(--nt-brand-story-slide-h);
}

.nt-about-story .nt-brand-story-swiper {
	padding: 0 0 56px;
	overflow: hidden;
	height: calc(var(--nt-brand-story-slide-h) + 56px);
}

.nt-about-story .nt-brand-story-swiper .swiper-wrapper {
	align-items: center;
	height: var(--nt-brand-story-slide-h);
}

.nt-about-story .nt-brand-story-swiper .swiper-slide {
	width: auto;
	height: var(--nt-brand-story-slide-h);
	min-height: var(--nt-brand-story-slide-h);
	display: flex;
	align-items: center;
	justify-content: center;
}

.nt-about-story .nt-brand-story__card {
	margin: 0 auto;
	width: 78%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: width 0.45s ease;
}

.nt-about-story .nt-brand-story-swiper .swiper-slide-active .nt-brand-story__card {
	width: 100%;
}

.nt-about-story .nt-brand-story__card img {
	display: block;
	width: 100%;
	height: var(--nt-brand-story-slide-h);
	max-height: var(--nt-brand-story-slide-h);
	object-fit: cover;
	border-radius: 34px;
	transition: transform 0.45s ease, box-shadow 0.45s ease, opacity 0.45s ease;
	transform-origin: center center;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
}

.nt-about-story .nt-brand-story-swiper .swiper-slide-active .nt-brand-story__card img {
	transform: scale(1);
}

.nt-about-story .nt-brand-story-swiper .swiper-slide:not(.swiper-slide-active) .nt-brand-story__card img {
	opacity: 0.92;
	transform: scaleY(0.78);
}

.nt-about-mission {
	position: relative;
	background-color: #C85108;
	background-image: url('../images/bg-v-s3.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 0;
	overflow: visible;
}

.nt-about-mission__layout {
    align-items: center;
    gap: 0;
    max-height: 925px;
    /* padding: clamp(32px, 5vw, 56px) 0; */
}

.nt-about-mission__side {
	display: flex;
	align-items: center;
	justify-content: center;
	align-self: center;
	padding: 0 clamp(8px, 2vw, 24px);
	background: transparent;
}

.nt-about-mission__side--left {
	justify-content: flex-start;
}

.nt-about-mission__side--right {
	justify-content: flex-end;
}

.nt-about-mission__side img {
	display: block;
	width: 100%;
	max-width: clamp(160px, 20vw, 300px);
	height: clamp(520px, 72vw, 760px);
	max-height: none;
	object-fit: contain;
	object-position: center;
}
.nt-about-mission__main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: clamp(32px, 5vw, 56px);
    padding: clamp(40px, 6vw, 72px) clamp(24px, 4vw, 72px);
    background: #fbf0da;
    max-width: 760px;
	width: 760px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 975px;
    transform: translateY(-26px);
}

.nt-about-mission__block {
	max-width: 620px;
	margin: 0 auto;
}

.nt-about-mission__heading {
    font-family: 'Phudu', var(--font-accent);
    font-size: var(--nt-fs-2xl);
    font-weight: 700;
    color: #c85108;
    text-transform: uppercase;
    margin: 0 0 14px;
    line-height: 1.35;
    letter-spacing: 0.02em;
}
.nt-about-mission__divider {
	display: block;
	width: 2px;
	height: 78px;
	margin: 0 auto 18px;
	background: #c85108;
}

.nt-about-mission__block p {
    font-size: var(--nt-fs-base);
    line-height: 1.85;
    margin: 0;
    color: #5a534d;
}

.nt-about-culture {
	position: relative;
	/* background-color: var(--nt-cream); */
	background-image: url('../images/bg-s7.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: 100% auto;
	padding: 72px 0 clamp(120px, 18vw, 220px);
	overflow: visible;
}

.nt-about-culture .nt-section-title--ornament {
	margin-bottom: 40px;
}

.nt-about-culture__image {
	max-width: 960px;
	margin: 0 auto;
}

.nt-about-culture__image img {
	display: block;
	width: 100%;
	max-height: 480px;
	object-fit: cover;
	border-radius: 34px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.nt-about-culture__landscape {
	line-height: 0;
	margin-top: 48px;
}

.nt-about-culture__landscape svg {
	display: block;
	width: 100%;
	height: clamp(90px, 12vw, 140px);
}

/* Production process – About page */
.nt-production-process {
	position: relative;
	background-color: var(--nt-cream);
	background-image: url('../images/bg-s1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 88px 0 80px;
	margin-top: 0;
}

.nt-production-process__wave {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 0;
	transform: translateY(-99%);
	pointer-events: none;
}

.nt-production-process__wave svg {
	display: block;
	width: 100%;
	height: 80px;
}

.nt-production-process .nt-page-title {
	margin-bottom: 16px;
}

.nt-production-process .nt-page-intro {
    max-width: 920px;
    margin: 0 auto 48px;
    text-align: center;
    color: var(--nt-text);
    line-height: 24px;
    font-size: var(--nt-fs-base);
	color:#000;
}
.nt-production-process__text.entry-content {
    max-width: 700px;
    margin: 0 auto;
}
.nt-production-process__row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.nt-production-process__row:last-child {
	margin-bottom: 0;
}

.nt-production-process__image img {
	width: 100%;
	box-shadow: var(--nt-shadow);
	object-fit: cover;
}

.nt-production-process__features {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	padding:0px 40px;
}

.nt-production-process .nt-value-card {
	background: transparent;
	border-radius: 0;
	padding: 12px 8px;
	text-align: center;
	box-shadow: none;
}

.nt-production-process .nt-value-card__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	margin-bottom: 14px;
}

.nt-production-process .nt-value-card__icon img {
	width: auto;
	height: 56px;
	max-width: 64px;
	object-fit: contain;
}

.nt-production-process .nt-value-card h3 {
	font-family: 'Phudu', var(--font-accent);
	font-size: var(--nt-fs-lg);
	font-weight: 700;
	color: #c85108;
	text-transform: uppercase;
	margin: 0 0 10px;
}

.nt-production-process .nt-value-card p {
	font-size: var(--nt-fs-base);
	line-height: 24px;
	margin: 0;
	color: #6d6c6c;
}

.nt-production-process__text p {
    font-size: var(--nt-fs-base);
    line-height: 24px;
    color:#6d6c6c;
    margin: 0 0 1.2em;
}
.nt-production-process__text p:last-child {
	margin-bottom: 0;
}

.nt-about-process {
	background: var(--nt-cream);
}

.nt-about-process__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.nt-about-process__image img {
	width: 100%;
	border-radius: var(--nt-radius);
	box-shadow: var(--nt-shadow);
}

.nt-about-process__values {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.nt-value-card {
	background: var(--nt-white);
	border-radius: var(--nt-radius);
	padding: 24px;
	text-align: center;
	box-shadow: var(--nt-shadow);
}

.nt-value-card__icon {
	font-size: var(--nt-fs-2xl);
	display: block;
	margin-bottom: 12px;
}

.nt-value-card h3 {
	font-family: var(--font-accent);
	font-size: var(--nt-fs-xs);
	font-weight: 800;
	color: var(--nt-green);
	text-transform: uppercase;
	margin: 0 0 8px;
}

.nt-value-card p {
	font-size: var(--nt-fs-xs);
	line-height: 1.6;
	margin: 0;
	color: #666;
}

.nt-about-narrative {
	background: var(--nt-cream);
}

.nt-about-narrative__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.nt-about-narrative__text p {
	font-size: var(--nt-fs-sm);
	line-height: 1.9;
	color: var(--nt-text);
	margin: 0 0 1.2em;
}

.nt-about-narrative__image img {
	width: 100%;
	border-radius: var(--nt-radius);
	box-shadow: var(--nt-shadow);
}


.nt-services__tabs {
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 40px;
}

.nt-services__tab {
	padding: 10px 24px;
	border: 2px solid var(--nt-orange);
	border-radius: 30px;
	background: transparent;
	font-family: var(--font-accent);
	font-size: var(--nt-fs-lg);
	color: var(--nt-orange);
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s;
}

.nt-services__tab.is-active,
.nt-services__tab:hover {
	background: var(--nt-orange);
	color: var(--nt-white);
}

.nt-services__products {
	position: relative;
}

.nt-services__products.is-loading {
	opacity: 0.55;
	pointer-events: none;
}

.nt-services__products.is-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	margin: -18px 0 0 -18px;
	border: 3px solid rgba(196, 92, 38, 0.2);
	border-top-color: var(--nt-orange);
	border-radius: 50%;
	animation: nt-services-spin 0.7s linear infinite;
}

@keyframes nt-services-spin {
	to {
		transform: rotate(360deg);
	}
}

.nt-services__empty {
	grid-column: 1 / -1;
	text-align: center;
	padding: 48px 16px;
	color: #666;
	margin: 0;
}

.nt-services-pagination .page-numbers.is-disabled,
.nt-services-pagination .page-numbers.dots {
	cursor: default;
	pointer-events: none;
	opacity: 0.65;
}

.nt-services-featured {
	position: relative;
	background-color: var(--nt-orange);
	background-image: url('../images/bg-s9.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 72px 0 80px;
	overflow: hidden;
	--nt-services-featured-slide-h: clamp(300px, 32vw, 480px);
}

.nt-services-featured__bg {
	display: none;
}

.nt-services-featured__container {
	position: relative;
	z-index: 1;
}

.nt-services-featured__heading {
	margin: 0 0 40px;
	color: var(--nt-white);
	--nt-title-ornament-top: url('../images/section-title-ornament-top-green.svg');
	--nt-title-ornament-bottom: url('../images/section-title-ornament-bottom-green.svg');
}

.nt-services-featured__slider {
	position: relative;
	width: 100%;
	max-width: 100%;
	padding: 8px 0 0;
	overflow: hidden;
	min-height: var(--nt-services-featured-slide-h);
}

.nt-services-featured .nt-services-featured-swiper {
	overflow: hidden;
	padding: 0;
	max-width: 1140px;
	margin: 0 auto;
	height: var(--nt-services-featured-slide-h);
}

.nt-services-featured .nt-services-featured-swiper .swiper-wrapper {
	align-items: center;
	height: var(--nt-services-featured-slide-h);
}

.nt-services-featured .nt-services-featured-swiper .swiper-slide {
	height: var(--nt-services-featured-slide-h);
	min-height: var(--nt-services-featured-slide-h);
	width: auto;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
}

.nt-services-featured .nt-services-featured__card {
	margin: 0 auto;
	width: 88%;
	max-width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: width 0.45s ease, transform 0.45s ease;
}

.nt-services-featured .nt-services-featured-swiper .swiper-slide-active .nt-services-featured__card {
	width: 100%;
	max-width: 100%;
	transform: scale(1);
}

.nt-services-featured .nt-services-featured-swiper .swiper-slide:not(.swiper-slide-active) .nt-services-featured__card {
	transform: scale(0.9);
}

.nt-services-featured .nt-services-featured__card img {
	display: block;
	width: 100%;
	height: var(--nt-services-featured-slide-h);
	max-height: min(480px, 58vh);
	object-fit: cover;
	border-radius: 25px;
	transition: transform 0.45s ease, box-shadow 0.45s ease, opacity 0.45s ease;
	user-select: none;
	-webkit-user-drag: none;
	pointer-events: none;
	transform-origin: center center;
}

.nt-services-featured .nt-services-featured-swiper .swiper-slide-active .nt-services-featured__card img {
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	transform: scale(1);
}

.nt-services-featured .nt-services-featured-swiper .swiper-slide:not(.swiper-slide-active) .nt-services-featured__card img {
	opacity: 0.88;
	transform: scale(0.88);
}

.nt-services-featured__content {
	text-align: center;
	max-width: 760px;
	margin: 28px auto 0;
}

.nt-services-featured__subtitle {
    font-family: var(--font-accent);
    color: var(--nt-white);
    font-size: var(--nt-fs-xl);
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    margin: 0 0 18px;
    line-height: 1.3;
}
.nt-services-featured__content .nt-btn {
    min-width: 180px;
    padding: 5px 28px;
    font-size: var(--nt-fs-md);
    font-family: 'Phudu';
    font-weight: 500;
    border-radius: 45px;
}
.nt-services-reviews {
	padding: 60px 0 80px;
}

.nt-services-reviews .nt-section-title {
	margin-bottom: 40px;
}

.nt-services-reviews__grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.nt-services-reviews .nt-review-card {
	height: auto;
	min-height: 280px;
	max-height: none;
}

/* Policy */
.nt-policy-agent {
	position: relative;
	background-color: var(--nt-cream);
	background-image: url('../images/bg-s1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.nt-policy-agent__grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1100px;
	margin: 0 auto	;
}

.nt-policy-card {
	max-width: 350px;
	height: 260px;
	border-radius: var(--nt-radius);
	padding: 28px 20px;
	text-align: center;
	background: #c85108;
	color: #fff;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	transition: background-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.nt-policy-card:hover {
	background: #3c693b;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.12);
	transform: translateY(-2px);
}

.nt-policy-card__icon {
	display: block;
	margin-bottom: 12px;
}

.nt-policy-card__icon img {
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	object-fit: contain;
}
.nt-policy-card p {
    /* font-family: var(--font-accent); */
    font-size: var(--nt-fs-base);
    font-weight: normal;
    /* text-transform: uppercase; */
    line-height: 1.6;
    margin: 0;
    color: var(--nt-text);
}

.nt-policy-agent__grid .nt-policy-card:nth-child(4),
.nt-policy-agent__grid .nt-policy-card:nth-child(5) {
	grid-column: span 1;
}

.nt-policy-agent__grid {
	grid-template-columns: repeat(6, 1fr);
}

.nt-policy-agent__grid .nt-policy-card:nth-child(1),
.nt-policy-agent__grid .nt-policy-card:nth-child(2),
.nt-policy-agent__grid .nt-policy-card:nth-child(3) {
	grid-column: span 2;
}

.nt-policy-agent__grid .nt-policy-card:nth-child(4) {
	grid-column: 2 / span 2;
}

.nt-policy-agent__grid .nt-policy-card:nth-child(5) {
	grid-column: 4 / span 2;
}

.nt-policy-wave {
	height: 120px;
	background: linear-gradient(to bottom, var(--nt-cream) 0%, var(--nt-orange) 100%);
	position: relative;
}

.nt-policy-wave::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 60px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 60'%3E%3Cpath fill='%23c45c26' d='M0,30 C360,60 720,0 1080,30 C1260,45 1380,40 1440,30 L1440,60 L0,60Z'/%3E%3C/svg%3E") center / cover no-repeat;
}

.nt-policy-cooperation {
	position: relative;
	z-index: 2;
	margin-top: -170px;
	padding: 0 0 80px;
}

.nt-policy-cooperation__box {
    background: #F9EAD2;
    border-radius: 30px;
    padding: 80px 40px;
    margin-top: -40px;
    position: relative;
}

.nt-policy-cooperation__box .nt-section-title {
	color: var(--nt-orange);
}

.nt-policy-cooperation__types {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	margin-top: 40px;
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

.nt-policy-type__icon {
	display: block;
	margin-bottom: 12px;
}

.nt-policy-type__icon img {
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	object-fit: contain;
}

.nt-policy-type p {
    /* font-family: var(--font-accent); */
    font-size: var(--nt-fs-base);
    font-weight: 700;
	color: #535050;
    /* text-transform: uppercase; */
    margin: 0;
}
/* Contact */
.nt-contact-about {
	position: relative;
	padding: 56px 0;
	background-color: var(--nt-cream);
	background-image: url('../images/bg-p1.png');
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: min(520px, 48%) auto;
	overflow: hidden;
}

.nt-contact-about__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}


.nt-contact-about__info .nt-page-title {
	text-align: left;
}

.nt-contact-about__info .nt-page-content {
	text-align: left;
	margin: 0 0 28px;
}

.nt-contact-about__subtitle {
	font-family: var(--font-accent);
	font-size: var(--nt-fs-xl);
	font-weight: normal;
	color: var(--nt-orange);
	text-transform: uppercase;
	margin: 0 0 16px;
}

.nt-contact-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.nt-contact-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: var(--nt-fs-base);
    line-height: 1.6;
    color:#6d6c6c;
    margin-bottom: 12px;
}
.nt-contact-list__icon {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 20px;
	height: 20px;
}

.nt-contact-list__icon img {
	display: block;
	width: 20px;
	height: 20px;
	object-fit: contain;
}

.nt-contact-form-section {
	position: relative;
	background-color: var(--nt-orange);
	background-image: url('../images/bg-s9.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 72px 0 80px;
	overflow: hidden;
	margin-bottom: 60px;
}

.nt-contact-form-section__grid {
	position: relative;
	z-index: 1;
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 48px;
	align-items: center;
}

.nt-contact-form-section__image img {
	width: 100%;
	border-radius: var(--nt-radius);
}

.nt-contact-form-section .nt-section-title--text-gradient {
	background-image: linear-gradient(180deg, #edeaea 0%, #ffffff 65%, #d85a0c 100%);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	color: transparent;
}

.nt-contact-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 650px;
    margin: 0 auto;
    position: relative;
}
.nt-contact-form input {
	width: 100%;
	padding: 14px 24px;
	border: none;
	border-radius: 30px;
	font-family: var(--font-main);
	font-size: var(--nt-fs-sm);
	background: #FBF0DA;
	color: #C85108;	
	font-family: 'Phudu';
	font-size: var(--nt-fs-base);
	text-transform: uppercase;
	letter-spacing: 0.04em;
	font-weight: 600;
}

.nt-contact-form input::placeholder {
	color: #C85108;
    font-family: 'Phudu';
	font-size: var(--nt-fs-base);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.nt-contact-form .nt-btn--contact {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: var(--nt-fs-md);
	align-self: flex-start;
	padding: 20px 40px;
	margin: 0 auto;
	margin-top: 8px;
	min-width: 180px;
	min-height: 48px;
	background: transparent url('../images/frame-btn2.png') center / 100% 100% no-repeat;
	border: none;
	border-radius: 0;
	color: var(--nt-white);
	font-family: var(--font-accent);
	font-weight: 600;
	text-transform: uppercase;
	transition: opacity 0.2s ease, transform 0.2s ease;
}

.nt-contact-form .nt-btn--contact:hover {
	background: transparent url('../images/frame-btn2.png') center / 100% 100% no-repeat;
	color: var(--nt-white);
	opacity: 0.92;
	transform: translateY(-1px);
}

/* Responsive */
@media (max-width: 1024px) {
	.nt-about-mission__layout {
		grid-template-columns: 1fr;
		min-height: 0;
	}

	.nt-about-mission__side {
		display: none;
	}

	.nt-about-mission__main {
		padding: 48px 24px;
	}

	.nt-production-process__row,
	.nt-about-process__grid,
	.nt-about-narrative__grid,
	.nt-contact-about__grid,
	.nt-contact-form-section__grid {
		grid-template-columns: 1fr;
	}

	.nt-contact-about {
		background-size: min(360px, 72%) auto;
	}

	.nt-services-featured {
		--nt-services-featured-slide-h: clamp(220px, 55vw, 400px);
	}

	.nt-services-featured .nt-services-featured-swiper {
		max-width: 100%;
		padding: 0 8px;
	}

	.nt-services-featured .nt-services-featured-swiper .swiper-slide {
		width: auto;
	}

	.nt-services-featured .nt-services-featured__card {
		width: 88%;
	}

	.nt-services-featured .nt-services-featured-swiper .swiper-slide-active .nt-services-featured__card {
		width: 100%;
	}

	.nt-services-featured .nt-services-featured-swiper .swiper-slide:not(.swiper-slide-active) .nt-services-featured__card img {
		transform: scale(0.92);
	}

	.nt-policy-agent__grid {
		grid-template-columns: 1fr 1fr;
	}

	.nt-policy-agent__grid .nt-policy-card {
		grid-column: span 1 !important;
	}
}

@media (max-width: 768px) {
	.nt-about-story {
		--nt-brand-story-slide-h: clamp(280px, 55vw, 360px);
	}

	.nt-about-story .nt-brand-story-swiper {
		padding: 0 0 52px;
		height: calc(var(--nt-brand-story-slide-h) + 52px);
	}
	.nt-about-mission__divider {
		height: 40px;
	}

	.nt-policy-cooperation {
		margin-top: 0px;
		padding: 10px;
	}
	.nt-policy-cooperation__box { 
		margin-top: 20px;
	}
	.nt-about-story .nt-brand-story__card {
		width: 88%;
	}

	.nt-about-story .nt-brand-story-swiper .swiper-slide-active .nt-brand-story__card {
		width: 100%;
	}

	.nt-production-process__features,
	.nt-about-process__values,
	.nt-services-reviews__grid,
	.nt-policy-cooperation__types {
		grid-template-columns: 1fr;
	}

	.nt-policy-agent__grid {
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
	}

	.nt-policy-agent__grid .nt-policy-card {
		grid-column: span 1 !important;
		max-width: none;
		width: 100%;
		height: auto;
		min-height: 200px;
		padding: 20px 12px;
	}

	.nt-policy-card__icon img {
		width: 52px;
		height: 52px;
	}

	.nt-services-reviews .nt-review-card {
		grid-template-columns: 1fr;
		min-height: 200px;
	}
}

/* 404 */
.site-main--404 {
	padding: 0;
}

.nt-error-404 {
	position: relative;
	background-color: var(--nt-cream);
	background-image: url('../images/bg-s1.png');
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 0 0 64px;
	margin-top: -48px;
}

.nt-error-404__box {
	position: relative;
	z-index: 1;
	max-width: 760px;
	margin: 0 auto 40px;
	padding: 40px 40px 44px;
	text-align: center;
	background: #f9ead2;
	border-radius: 30px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}

.nt-error-404__code {
	font-family: var(--font-accent);
	font-size: clamp(4.5rem, 14vw, 7.5rem);
	font-weight: 800;
	color: #c85108;
	line-height: 1;
	margin: 0 0 8px;
	opacity: 0.22;
}

.nt-error-404__title {
	margin: 0 0 20px;
}

.nt-error-404__text {
	font-size: var(--nt-fs-base);
	line-height: 1.75;
	color: #000;
	max-width: 580px;
	margin: 0 auto 28px;
}

.nt-error-404__search {
	display: flex;
	align-items: stretch;
	gap: 12px;
	max-width: 520px;
	margin: 0 auto 24px;
}

.nt-error-404__search input {
	flex: 1 1 auto;
	min-width: 0;
	padding: 14px 22px;
	border: 2px solid #e8dcc8;
	border-radius: 999px;
	background: var(--nt-white);
	font-family: var(--font-main);
	font-size: var(--nt-fs-sm);
	color: var(--nt-text);
	transition: border-color 0.2s ease;
}

.nt-error-404__search input:focus {
	outline: none;
	border-color: #c85108;
}

.nt-error-404__search-btn {
	flex-shrink: 0;
	min-width: 132px;
}

.nt-error-404__actions {
	display: flex;
	gap: 14px;
	justify-content: center;
	flex-wrap: wrap;
}

.nt-error-404__links {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 14px;
	max-width: 960px;
	margin: 0 auto;
}

.nt-error-404__link {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 72px;
	padding: 16px 12px;
	background: var(--nt-white);
	border: 2px solid #c85108;
	border-radius: 18px;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
	font-family: var(--font-accent);
	font-size: var(--nt-fs-xs);
	font-weight: 700;
	color: #3c693b;
	text-transform: uppercase;
	text-align: center;
	line-height: 1.35;
	text-decoration: none;
	transition: background-color 0.25s ease, color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.nt-error-404__link:hover {
	background: #3c693b;
	border-color: #3c693b;
	color: var(--nt-white);
	transform: translateY(-2px);
	box-shadow: 0 10px 24px rgba(0, 0, 0, 0.1);
	opacity: 1;
}

.site-main--404 .nt-featured-products--page {
	margin-top: 0;
}

@media (max-width: 1400px) {
	.nt-production-process__text.entry-content {
		max-width: 500px;
		margin: 0 auto;
	}
	.nt-about-mission__layout { 
		max-height: 725px;
	}
	.nt-about-mission__main { 
		height: 775px;
	}
}
@media (max-width: 992px) {
	.nt-error-404__links {
		grid-template-columns: repeat(3, 1fr);
	}
	.nt-about-mission__layout {
		height: auto;
		width: 100%;
	}
	.nt-about-mission__main {
		height: auto;
		width: 100%;
		transform: none;
	}
	.nt-production-process__text.entry-content {
		padding: 20px;
	}
}

@media (max-width: 768px) {
	.nt-error-404 {
		margin-top: 0;
		padding: 40px 0 56px;
	}

	.nt-error-404__box {
		padding: 32px 24px 36px;
	}

	.nt-error-404__search {
		flex-direction: column;
	}

	.nt-error-404__search-btn {
		width: 100%;
	}

	.nt-error-404__links {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.nt-error-404__links {
		grid-template-columns: 1fr;
	}
}

/* ==========================================================================
   Default page template (page.php)
   ========================================================================== */

.site-main--default {
	padding: 56px 0 72px;
}

.nt-page-default__article {
	max-width: 860px;
	margin: 0 auto;
}

.nt-page-default__content {
	max-width: none;
	margin: 0;
	text-align: left;
	font-size: var(--nt-fs-base);
	line-height: 1.8;
	color: #535050;
}

.nt-page-default__content > *:first-child {
	margin-top: 0;
}

.nt-page-default__content > *:last-child {
	margin-bottom: 0;
}

.nt-page-default__content p {
	margin: 0 0 1.25em;
	font-size: var(--nt-fs-base);
	line-height: 1.8;
	color: #535050;
}

.nt-page-default__content h2,
.nt-page-default__content h3,
.nt-page-default__content h4,
.nt-page-default__content h5,
.nt-page-default__content h6 {
	font-family: var(--font-accent);
	color: var(--nt-orange);
	margin: 1.75em 0 0.75em;
	line-height: 1.35;
	font-weight: 700;
}

.nt-page-default__content h2 {
	font-size: var(--nt-fs-xl);
}

.nt-page-default__content h3 {
	font-size: var(--nt-fs-lg);
}

.nt-page-default__content h4 {
	font-size: var(--nt-fs-md);
}

.nt-page-default__content a {
	color: var(--nt-orange);
	text-decoration: underline;
}

.nt-page-default__content a:hover {
	opacity: 0.85;
}

.nt-page-default__content ul,
.nt-page-default__content ol {
	margin: 0 0 1.25em;
	padding-left: 1.5em;
}

.nt-page-default__content li + li {
	margin-top: 0.35em;
}

.nt-page-default__content img {
	max-width: 100%;
	height: auto;
	border-radius: 12px;
}

.nt-page-default__content figure {
	margin: 0 0 1.5em;
}

.nt-page-default__content figcaption {
	margin-top: 0.5em;
	font-size: var(--nt-fs-sm);
	color: #6d6c6c;
	text-align: center;
}

.nt-page-default__content blockquote {
	margin: 1.5em 0;
	padding: 16px 24px;
	border-left: 4px solid var(--nt-orange);
	background: var(--nt-cream-dark);
	border-radius: 0 12px 12px 0;
}

.nt-page-default__content table {
	width: 100%;
	margin: 0 0 1.5em;
	border-collapse: collapse;
	font-size: var(--nt-fs-sm);
}

.nt-page-default__content th,
.nt-page-default__content td {
	padding: 10px 14px;
	border: 1px solid var(--nt-cream-dark);
	text-align: left;
}

.nt-page-default__content th {
	background: var(--nt-cream-dark);
	color: var(--nt-orange);
	font-weight: 700;
}

.nt-page-default__content .page-links {
	margin-top: 2em;
	padding-top: 1.5em;
	border-top: 1px solid var(--nt-cream-dark);
	font-size: var(--nt-fs-sm);
}

.nt-page-default__content .page-links__title {
	font-weight: 700;
	margin-right: 8px;
	color: var(--nt-orange);
}

