:root {
	--jrh-blue: #0645bd;
	--jrh-blue-dark: #04379a;
	--jrh-ink: #20242d;
	--jrh-muted: #535965;
	--jrh-line: #dce1e8;
	--jrh-soft: #f4f6f8;
}

body.home {
	background: #fff;
}

.home .entry-hero,
.home #colophon {
	display: none;
}

.home #inner-wrap,
.home #primary,
.home .content-container.site-container,
.home .site-main,
.home .content-wrap,
.home .entry,
.home .entry-content-wrap,
.home .entry-content {
	box-sizing: border-box;
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	background: #fff;
	box-shadow: none;
}

.site-header {
	border-bottom: 1px solid #e7e9ed;
	box-shadow: 0 2px 10px rgba(17, 28, 48, .04);
}

.site-header .site-main-header-inner-wrap {
	min-height: 78px;
}

.site-header .custom-logo {
	width: 170px;
	max-width: 170px;
	height: auto;
}

#site-navigation .primary-menu-container > ul > li > a {
	min-height: 78px;
	padding: 0 11px;
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 13px;
	font-weight: 560;
	color: #111722;
}

#site-navigation .primary-menu-container > ul > li > a:hover,
#site-navigation .primary-menu-container > ul > li.current-menu-item > a {
	color: var(--jrh-blue);
}

#site-navigation .jufuda-lang-nav > a::before {
	content: "◉";
	margin-right: 5px;
	font-size: 12px;
}

#site-navigation .jufuda-quote-nav > a {
	min-height: 42px !important;
	margin: 18px 0 18px 9px;
	padding: 0 18px !important;
	background: var(--jrh-blue);
	color: #fff !important;
}

.jufuda-reference-home {
	font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: var(--jufuda-base-text-size, 16px);
	color: var(--jrh-ink);
	background: #fff;
}

.jufuda-reference-home *,
.jufuda-reference-home *::before,
.jufuda-reference-home *::after {
	box-sizing: border-box;
}

.jufuda-reference-home a {
	text-decoration: none;
}

.jufuda-reference-home h1,
.jufuda-reference-home h2,
.jufuda-reference-home p {
	margin-top: 0;
}

.jrh-hero {
	display: grid;
	grid-template-columns: minmax(0, 46%) minmax(0, 54%);
	min-height: var(--jufuda-home-hero-height, 620px);
	max-width: var(--jufuda-content-width, 1280px);
	margin: 0 auto;
	background: #fff;
}

.jrh-hero-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(52px, 7vw, 96px) clamp(32px, 5vw, 78px) clamp(52px, 7vw, 96px) 16px;
}

.jrh-hero-copy h1 {
	max-width: 650px;
	margin-bottom: 28px;
	font-size: clamp(46px, 5vw, var(--jufuda-hero-title-size, 72px));
	font-weight: 760;
	line-height: 1.04;
	letter-spacing: -.045em;
}

.jrh-hero-copy p {
	max-width: 520px;
	margin-bottom: 30px;
	font-size: clamp(17px, 1.55vw, 22px);
	line-height: 1.55;
	color: var(--jrh-muted);
}

.jrh-actions {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

.jrh-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 30px;
	border: 2px solid var(--jrh-blue);
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
}

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

.jrh-btn-primary {
	background: var(--jrh-blue);
	color: #fff !important;
}

.jrh-btn-primary:hover {
	background: var(--jrh-blue-dark);
}

.jrh-btn-outline {
	background: #fff;
	color: var(--jrh-blue) !important;
}

.jrh-hero-media {
	position: relative;
	min-height: var(--jufuda-home-hero-height, 620px);
	overflow: hidden;
	background: #3a3b3f;
}

.jrh-hero-media::after {
	position: absolute;
	inset: 0;
	content: "";
	pointer-events: none;
	background: linear-gradient(90deg, rgba(20, 21, 24, .14), transparent 18%, transparent 82%, rgba(20, 21, 24, .12));
}

.jrh-hero-panel {
	position: absolute;
	top: 7%;
	bottom: 5%;
	background: #e9e9e7;
	box-shadow: 0 14px 28px rgba(0, 0, 0, .25);
}

.jrh-hero-panel-a {
	left: 7%;
	width: 45%;
	z-index: 2;
}

.jrh-hero-panel-b {
	right: 5%;
	top: 14%;
	bottom: 7%;
	width: 43%;
	z-index: 1;
}

.jrh-cover {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.jrh-image-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #edf0f4;
	color: var(--jrh-blue);
	font-weight: 800;
	letter-spacing: .14em;
}

.jrh-inner {
	width: min(calc(100% - 40px), var(--jufuda-content-width, 1280px));
	margin: 22px auto 0;
}

.jrh-product-band {
	display: grid;
	grid-template-columns: 40% 60%;
	min-height: var(--jufuda-home-band-height, 330px);
	margin-bottom: 18px;
	overflow: hidden;
	background: var(--jrh-soft);
	color: var(--jrh-ink) !important;
}

.jrh-product-band-flex {
	grid-template-columns: 60% 40%;
}

.jrh-band-copy {
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: clamp(32px, 5vw, 60px);
}

.jrh-band-copy h2 {
	margin-bottom: 28px;
	font-size: clamp(36px, 4.2vw, 58px);
	font-weight: 730;
	line-height: 1.04;
	letter-spacing: -.035em;
	color: var(--jrh-blue);
}

.jrh-band-copy p {
	margin-bottom: 0;
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.45;
	color: #333946;
}

.jrh-band-media {
	min-height: var(--jufuda-home-band-height, 330px);
	overflow: hidden;
	background: #eaedf0;
}

.jrh-band-media img {
	transition: transform .45s ease;
}

.jrh-product-band:hover .jrh-band-media img {
	transform: scale(1.025);
}

.jrh-textures {
	padding: 20px 20px 34px;
}

.jrh-textures h2,
.jrh-benefits h2 {
	margin-bottom: 22px;
	text-align: center;
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 720;
	letter-spacing: -.025em;
}

.jrh-texture-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: clamp(22px, 4vw, 58px);
}

.jrh-texture-grid a {
	display: block;
	height: var(--jufuda-home-texture-height, 300px);
	overflow: hidden;
	background: #edf0f3;
}

.jrh-texture-grid img {
	transition: transform .35s ease;
}

.jrh-texture-grid a:hover img {
	transform: scale(1.04);
}

.jrh-benefits {
	padding: 28px 0 24px;
	border-top: 1px solid var(--jrh-line);
	border-bottom: 1px solid var(--jrh-line);
}

.jrh-benefit-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
}

.jrh-benefit-grid > div {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 12px;
	min-height: 112px;
	border-right: 1px solid var(--jrh-line);
	font-size: 16px;
	font-weight: 560;
}

.jrh-benefit-grid > div:last-child {
	border-right: 0;
}

.jrh-benefit-grid svg,
.jrh-contact-bar svg {
	width: 42px;
	height: 42px;
	fill: none;
	stroke: currentColor;
	stroke-width: 1.7;
	stroke-linecap: round;
	stroke-linejoin: round;
	color: var(--jrh-blue);
}

.jrh-factory {
	display: grid;
	grid-template-columns: 56% 44%;
	gap: 44px;
	align-items: center;
	padding: 34px 28px 38px;
}

.jrh-factory-media {
	position: relative;
	height: var(--jufuda-home-factory-height, 390px);
	overflow: hidden;
	background: #1c2638;
}

.jrh-factory-media iframe,
.jrh-factory-media video {
	width: 100%;
	height: 100%;
	border: 0;
	object-fit: cover;
}

.jrh-factory-preview {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	filter: saturate(.55) brightness(.7);
}

.jrh-play {
	position: absolute;
	top: 50%;
	left: 50%;
	display: grid;
	width: 78px;
	height: 78px;
	place-items: center;
	border: 4px solid #fff;
	border-radius: 50%;
	transform: translate(-50%, -50%);
}

.jrh-play span {
	width: 0;
	height: 0;
	margin-left: 7px;
	border-top: 13px solid transparent;
	border-bottom: 13px solid transparent;
	border-left: 21px solid #fff;
}

.jrh-video-note {
	position: absolute;
	right: 18px;
	bottom: 15px;
	left: 18px;
	text-align: center;
	font-size: 13px;
	font-weight: 650;
	letter-spacing: .08em;
	text-transform: uppercase;
	color: #fff;
}

.jrh-factory-copy h2 {
	margin-bottom: 18px;
	font-size: clamp(34px, 3.4vw, 50px);
	font-weight: 740;
	line-height: 1.06;
	letter-spacing: -.035em;
}

.jrh-factory-copy p {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 1.55;
	color: var(--jrh-muted);
}

.jrh-factory-copy .jrh-btn {
	min-height: 44px;
	margin-top: 6px;
	padding: 0 24px;
	font-size: 14px;
}

.jrh-contact-bar {
	background: var(--jrh-blue);
	color: #fff;
}

.jrh-contact-inner {
	display: grid;
	grid-template-columns: 1.15fr 1fr 1.25fr;
	align-items: center;
	max-width: var(--jufuda-content-width, 1280px);
	min-height: 82px;
	margin: 0 auto;
}

.jrh-contact-inner > strong {
	font-size: clamp(24px, 2.4vw, 36px);
	font-weight: 720;
}

.jrh-contact-inner > a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	min-height: 48px;
	border-left: 1px solid rgba(255, 255, 255, .42);
	font-size: 17px;
	font-weight: 650;
	color: #fff !important;
}

.jrh-contact-inner svg {
	width: 33px;
	height: 33px;
	color: #fff;
	stroke-width: 1.8;
}

.jrh-footer {
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 28px;
	max-width: var(--jufuda-content-width, 1280px);
	min-height: 95px;
	margin: 0 auto;
	padding: 12px 0;
}

.jrh-footer > a {
	justify-self: start;
}

.jrh-footer-logo {
	display: block;
	width: 170px;
	height: 54px;
	object-fit: contain;
}

.jrh-footer nav {
	display: flex;
	gap: 0;
}

.jrh-footer nav a {
	padding: 0 34px;
	border-right: 1px solid #cfd4db;
	font-size: 14px;
	color: var(--jrh-ink);
}

.jrh-footer nav a:last-child {
	border-right: 0;
}

.jrh-footer > span {
	justify-self: end;
	font-size: 13px;
	color: #555c67;
}

@media (max-width: 1180px) {
	#site-navigation .primary-menu-container > ul > li > a {
		padding: 0 7px;
		font-size: 12px;
	}

	.site-header .custom-logo {
		width: 145px;
		max-width: 145px;
	}

	.jrh-hero-copy {
		padding-left: 28px;
	}

	.jrh-contact-inner,
	.jrh-footer {
		padding-right: 24px;
		padding-left: 24px;
	}
}

@media (max-width: 900px) {
	.jrh-hero {
		grid-template-columns: 1fr;
	}

	.jrh-hero-copy {
		min-height: 500px;
		padding: 70px 28px;
	}

	.jrh-hero-media {
		min-height: 560px;
	}

	.jrh-product-band,
	.jrh-product-band-flex {
		grid-template-columns: 1fr 1.25fr;
	}

	.jrh-texture-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 18px;
	}

	.jrh-factory {
		grid-template-columns: 1fr;
	}

	.jrh-contact-inner {
		grid-template-columns: 1fr;
		padding: 22px 24px;
	}

	.jrh-contact-inner > strong {
		padding-bottom: 16px;
		text-align: center;
	}

	.jrh-contact-inner > a {
		border-top: 1px solid rgba(255, 255, 255, .35);
		border-left: 0;
	}

	.jrh-footer {
		grid-template-columns: 1fr;
		justify-items: center;
		padding: 28px 24px;
		text-align: center;
	}

	.jrh-footer > a,
	.jrh-footer > span {
		justify-self: center;
	}
}

@media (max-width: 620px) {
	.jrh-hero-copy h1 {
		font-size: clamp(39px, 12vw, 54px);
	}

	.jrh-hero-copy p {
		font-size: 17px;
	}

	.jrh-actions {
		gap: 12px;
	}

	.jrh-btn {
		min-height: 50px;
		padding: 0 20px;
	}

	.jrh-hero-media {
		min-height: 430px;
	}

	.jrh-inner {
		width: calc(100% - 24px);
		margin-top: 12px;
	}

	.jrh-product-band,
	.jrh-product-band-flex {
		grid-template-columns: 1fr;
	}

	.jrh-product-band-flex .jrh-band-copy {
		grid-row: 1;
	}

	.jrh-band-copy {
		min-height: 230px;
		padding: 34px 26px;
	}

	.jrh-band-media {
		min-height: 280px;
	}

	.jrh-textures {
		padding: 24px 0 30px;
	}

	.jrh-texture-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.jrh-texture-grid a {
		height: 230px;
	}

	.jrh-benefit-grid {
		grid-template-columns: 1fr 1fr;
	}

	.jrh-benefit-grid > div:nth-child(2) {
		border-right: 0;
	}

	.jrh-benefit-grid > div:nth-child(-n+2) {
		border-bottom: 1px solid var(--jrh-line);
	}

	.jrh-factory {
		gap: 28px;
		padding: 30px 0;
	}

	.jrh-factory-media {
		height: 300px;
	}

	.jrh-footer nav a {
		padding: 0 15px;
	}
}
