@charset "UTF-8";

:root {
	--ink: #16202a;
	--muted: #5f6f7f;
	--line: #d9e1e8;
	--paper: #ffffff;
	--soft: #f5f7f9;
	--deep: #10283a;
	--accent: #1688bd;
	--accent-dark: #0b678f;
	--green: #2f8f67;
	--accent-soft: #e8f3f7;
}

body.modern-home {
	margin: 0;
	color: var(--ink);
	background: var(--soft);
	font-family: "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
	letter-spacing: 0;
	-webkit-text-size-adjust: 100%;
}

.modern-home #main {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	background: var(--paper);
	overflow: hidden;
	text-align: left;
}

.modern-home #header {
	background: var(--paper);
	border-bottom: 1px solid var(--line);
}

.modern-home #header h1 {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	padding: 8px 0 0;
	color: var(--muted);
	font-size: 12px;
}

.modern-home #header #header_inner {
	width: min(1180px, calc(100% - 40px));
	height: auto;
	min-height: 72px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}

.modern-home #h_logo,
.modern-home #h_info {
	float: none;
}

.modern-home #h_logo h2 {
	padding: 0;
	margin: 0;
	font-size: 23px;
	line-height: 1.2;
}

.modern-home #h_logo a,
.modern-home #h_logo a:hover {
	color: var(--ink);
	font-size: inherit;
	font-weight: 800;
	text-decoration: none;
	letter-spacing: 0;
}

.modern-home #h_info {
	padding: 0;
	display: flex;
	align-items: center;
	gap: 18px;
	font-size: 14px;
}

.modern-home #h_info > span {
	height: 34px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 3px;
	color: var(--ink);
	line-height: 1;
}

.modern-home #h_info > span a {
	display: inline-flex;
	align-items: center;
	gap: 3px;
	color: var(--ink);
	text-decoration: none;
	line-height: 1;
}

.modern-home #h_info > span img {
	width: 26px;
	height: auto;
	display: block;
	box-shadow: 0 1px 3px rgba(16, 43, 59, 0.16);
}

.modern-home #h_info > span sup {
	position: static;
	top: auto;
	margin-left: 1px;
	color: var(--muted);
	font-size: 12px;
	line-height: 1;
	vertical-align: baseline;
}

.modern-home #h_info p {
	margin: 0;
	letter-spacing: 0;
}

.modern-home #h_info .sns,
.modern-home #h_info .sns a,
.modern-home #h_info .sns a:hover {
	color: var(--accent-dark);
	font-size: 15px;
	line-height: 1;
}

.modern-home #h_info .sns {
	display: inline-flex;
	align-items: center;
	gap: 16px;
}

.modern-home #h_info .sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	color: #8a94a6;
	text-decoration: none;
	transition: color 0.18s ease, transform 0.18s ease;
}

.modern-home #h_info .sns a:hover {
	color: var(--accent-dark);
	transform: translateY(-1px);
}

.modern-home #h_info .sns-icon {
	display: block;
	fill: currentColor;
}

.modern-home #h_info .sns-icon-x {
	width: 28px;
	height: 28px;
}

.modern-home #h_info .sns-icon-fb {
	width: 19px;
	height: 30px;
}

.modern-home #h_info .sns-separator {
	color: rgba(138, 148, 166, 0.32);
	font-size: 24px;
	line-height: 1;
}

.modern-home #header-menu {
	height: auto;
	margin: 0;
	background: var(--deep);
}

.modern-home #header-menu ul {
	width: min(1180px, calc(100% - 40px));
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	background: transparent;
}

.modern-home #header-menu li {
	float: none;
	display: block;
}

.modern-home #header-menu li a {
	padding: 15px 17px;
	border: 0;
	background: transparent;
	color: #f8fbfd;
	font-size: 14px;
	line-height: 1;
	letter-spacing: 0;
	text-decoration: none;
}

.modern-home #header-menu li a:hover {
	background: rgba(255,255,255,0.08);
}

.modern-home main {
	background: var(--paper);
}

.hero-section,
.home-section,
.home-band {
	padding: 72px max(20px, calc((100vw - 1180px) / 2));
}

.hero-section {
	min-height: 560px;
	display: grid;
	grid-template-columns: minmax(0, 0.94fr) minmax(360px, 1.06fr);
	align-items: center;
	gap: 54px;
	background:
		linear-gradient(110deg, rgba(255,255,255,0.98) 0%, rgba(255,255,255,0.9) 48%, rgba(14,38,56,0.08) 100%),
		var(--paper);
}

.eyebrow {
	margin: 0 0 12px;
	color: var(--accent-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0;
	text-transform: uppercase;
}

.hero-copy h1 {
	margin: 0;
	max-width: 720px;
	font-size: 46px;
	line-height: 1.14;
	letter-spacing: 0;
	color: var(--ink);
}

.lead {
	max-width: 700px;
	margin: 24px 0 0;
	color: #334455;
	font-size: 18px;
	line-height: 1.85;
	letter-spacing: 0;
}

.hero-actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px;
	margin-top: 30px;
}

.primary-action,
.secondary-action,
.text-action {
	position: relative;
	min-height: 46px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	border-radius: 6px;
	padding: 0 18px;
	font-size: 15px;
	font-weight: 800;
	letter-spacing: 0;
	text-decoration: none;
	cursor: pointer;
}

.primary-action:has(i),
.secondary-action:has(i) {
	padding-left: 44px;
	padding-right: 44px;
}

.primary-action > i,
.secondary-action > i {
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

.primary-action {
	border: 1px solid var(--accent);
	background: var(--accent);
	color: #fff !important;
	box-shadow: 0 12px 24px rgba(16, 40, 58, 0.18);
}

.primary-action:hover {
	background: var(--accent-dark);
	border-color: var(--accent-dark);
	color: #fff !important;
}

.primary-action:disabled {
	background: #9db5c2;
	border-color: #9db5c2;
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.72;
}

.secondary-action {
	border: 1px solid var(--line);
	background: #fff;
	color: var(--ink);
}

.text-action {
	color: var(--accent-dark);
}

.hero-facts {
	margin: 32px 0 0;
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	list-style: none;
	padding: 0;
}

.hero-facts li {
	padding: 16px;
	border-left: 3px solid var(--green);
	background: var(--soft);
	color: var(--muted);
	font-size: 13px;
}

.hero-facts span {
	display: block;
	color: var(--ink);
	font-size: 18px;
	font-weight: 800;
}

.hero-visual {
	margin: 0;
}

.hero-visual img {
	width: 100%;
	aspect-ratio: 16 / 10;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: 0 22px 48px rgba(16, 40, 58, 0.2);
}

.hero-showcase {
	display: grid;
	gap: 14px;
}

.hero-showcase-main {
	background: #fff;
}

.hero-showcase figcaption {
	margin: -2px 2px 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
}

.hero-showcase-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
}

.hero-showcase-grid a {
	position: relative;
	display: block;
	min-height: 132px;
	overflow: hidden;
	border-radius: 8px;
	background: var(--deep);
	color: #fff;
	text-decoration: none;
	box-shadow: 0 14px 30px rgba(16, 40, 58, 0.14);
}

.hero-showcase-grid img {
	width: 100%;
	height: 132px;
	aspect-ratio: auto;
	display: block;
	object-fit: cover;
	border-radius: 8px;
	box-shadow: none;
	opacity: 0.88;
	transition: transform 0.18s ease, opacity 0.18s ease;
}

.hero-showcase-grid a:hover img {
	transform: scale(1.035);
	opacity: 1;
}

.hero-showcase-grid span {
	position: absolute;
	left: 10px;
	right: 10px;
	bottom: 10px;
	display: inline-flex;
	width: fit-content;
	max-width: calc(100% - 20px);
	padding: 6px 9px;
	border-radius: 5px;
	background: rgba(9, 25, 37, 0.78);
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	line-height: 1.25;
}

.home-band {
	background: var(--soft);
}

.section-heading {
	max-width: 780px;
	margin-bottom: 30px;
}

.section-heading h2 {
	margin: 0;
	color: var(--ink);
	font-size: 32px;
	line-height: 1.25;
	letter-spacing: 0;
}

.home-section p,
.home-band p {
	color: #334455;
	font-size: 16px;
	line-height: 1.85;
	letter-spacing: 0;
}

.patent-note {
	margin-top: 8px;
	color: var(--muted) !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
}

.news-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.news-list article,
.feature-grid article,
.case-scroller article {
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 22px;
}

.news-list time {
	color: var(--muted);
	font-size: 13px;
	font-weight: 700;
}

.news-list p {
	margin: 10px 0 8px;
}

.split-layout {
	display: grid;
	grid-template-columns: minmax(0, 0.85fr) minmax(360px, 1.15fr);
	gap: 44px;
	align-items: start;
}

.feature-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
}

.feature-grid i {
	color: var(--accent-dark);
	font-size: 24px;
}

.feature-grid h3,
.case-scroller h3 {
	margin: 12px 0 8px;
	font-size: 18px;
	letter-spacing: 0;
}

.feature-grid p,
.case-scroller p {
	margin: 0;
	font-size: 14px;
}

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

.media-grid figure,
.media-card,
.thumbnail-row a,
.license-layout figure {
	margin: 0;
	border: 1px solid var(--line);
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.media-grid img,
.media-card img,
.thumbnail-row img,
.license-layout img {
	width: 100%;
	display: block;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.media-card {
	color: var(--ink);
	text-decoration: none;
}

.media-card:first-child img {
	object-fit: contain;
	background: var(--soft);
	padding: 12px;
	box-sizing: border-box;
}

.media-grid figcaption,
.media-card span {
	display: block;
	padding: 14px 16px 4px;
	color: var(--ink);
	font-size: 15px;
	font-weight: 800;
}

.media-card p {
	margin: 0;
	padding: 0 16px 16px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
}

.technical-grid {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 16px;
}

.technical-scroll-wrap .technical-grid {
	grid-auto-flow: column;
	grid-auto-columns: minmax(240px, 270px);
	grid-template-columns: none;
	margin: 0;
	padding: 4px 0 18px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--accent) var(--soft);
}

.technical-grid a {
	min-height: 205px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 22px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	text-decoration: none;
	transition: border-color 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.technical-scroll-wrap .technical-grid a {
	scroll-snap-align: start;
}

.technical-grid a:hover {
	border-color: rgba(22, 136, 189, 0.45);
	transform: translateY(-2px);
	box-shadow: 0 12px 28px rgba(16, 40, 58, 0.12);
}

.technical-grid i {
	color: var(--accent-dark);
	font-size: 24px;
}

.technical-grid span {
	color: var(--ink);
	font-size: 18px;
	font-weight: 800;
	line-height: 1.35;
}

.technical-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.75;
}

.modern-movie {
	width: min(780px, 100%);
	margin: 0;
	padding-bottom: 0 !important;
	position: relative;
	height: auto;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.modern-movie iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 8px;
}

.case-scroller {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: minmax(310px, 360px);
	gap: 18px;
	margin: 0;
	padding: 4px 0 18px;
	overflow-x: auto;
	overscroll-behavior-inline: contain;
	scroll-snap-type: x proximity;
	scrollbar-color: var(--accent) var(--soft);
}

.horizontal-scroll-wrap,
.case-scroll-wrap {
	position: relative;
	--scroll-edge-bg: var(--paper);
}

.technical-scroll-wrap {
	--scroll-edge-bg: var(--soft);
}

.horizontal-scroll-wrap::before,
.horizontal-scroll-wrap::after,
.case-scroll-wrap::before,
.case-scroll-wrap::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 18px;
	z-index: 1;
	width: 38px;
	pointer-events: none;
}

.case-scroll-wrap::before {
	left: 0;
	background: linear-gradient(90deg, var(--scroll-edge-bg) 0%, rgba(255,255,255,0) 100%);
}

.case-scroll-wrap::after {
	right: 0;
	background: linear-gradient(270deg, var(--scroll-edge-bg) 0%, rgba(255,255,255,0) 100%);
}

.horizontal-scroll-wrap::before {
	left: 0;
	background: linear-gradient(90deg, var(--scroll-edge-bg) 0%, rgba(255,255,255,0) 100%);
}

.horizontal-scroll-wrap::after {
	right: 0;
	background: linear-gradient(270deg, var(--scroll-edge-bg) 0%, rgba(255,255,255,0) 100%);
}

.scroll-button,
.case-scroll-button {
	position: absolute;
	top: calc(50% - 9px);
	z-index: 2;
	width: 58px;
	height: 58px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(190, 205, 214, 0.9);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.96);
	color: var(--deep);
	box-shadow: 0 14px 32px rgba(16, 40, 58, 0.18);
	cursor: pointer;
	transform: translateY(-50%);
	transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease, opacity 0.18s ease;
}

.scroll-arrow,
.case-scroll-arrow {
	width: 15px;
	height: 15px;
	display: block;
	border-top: 4px solid currentColor;
	border-right: 4px solid currentColor;
}

.scroll-prev .scroll-arrow,
.case-scroll-prev .case-scroll-arrow {
	transform: translateX(3px) rotate(-135deg);
}

.scroll-next .scroll-arrow,
.case-scroll-next .case-scroll-arrow {
	transform: translateX(-3px) rotate(45deg);
}

.scroll-button:hover,
.case-scroll-button:hover {
	background: var(--deep);
	color: #fff;
	transform: translateY(-50%) scale(1.04);
}

.scroll-button:disabled,
.case-scroll-button:disabled {
	opacity: 0.34;
	cursor: default;
	pointer-events: none;
}

.scroll-prev,
.case-scroll-prev {
	left: -66px;
}

.scroll-next,
.case-scroll-next {
	right: -66px;
}

.case-scroller article {
	min-height: 240px;
	scroll-snap-align: start;
}

.case-category {
	display: inline-flex;
	align-items: center;
	min-height: 24px;
	margin: 0 0 8px;
	padding: 0 9px;
	border-radius: 999px;
	background: var(--accent-soft);
	color: var(--accent-dark);
	font-size: 12px !important;
	font-weight: 800;
	line-height: 1;
}

.case-scroller .jp-summary {
	margin: 0 0 10px;
	color: var(--ink);
	font-weight: 700;
}

.case-scroller .citation {
	margin: 0;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
}

.case-scroller a,
.news-list a,
.inline-links a {
	color: var(--accent-dark);
	font-weight: 800;
	text-decoration: none;
}

.case-scroller a {
	display: inline-block;
	margin: 10px 12px 0 0;
}

.thumbnail-row {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 16px;
}

.thumbnail-row a {
	position: relative;
	color: var(--ink);
	text-decoration: none;
}

.thumbnail-row span {
	display: block;
	padding: 14px 16px;
	font-weight: 800;
}

.action-panel,
.download-layout,
.license-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 28px;
	align-items: center;
	background: #fff;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 28px;
}

.download-layout {
	grid-template-columns: minmax(0, 1fr) minmax(280px, 360px);
	align-items: start;
}

.spec-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
	margin: 18px 0;
}

.spec-grid article {
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 16px;
	background: var(--soft);
}

.spec-grid h3 {
	margin: 0 0 8px;
	font-size: 15px;
}

.spec-grid ul {
	margin: 0;
	padding-left: 1.2em;
	color: #334455;
	font-size: 14px;
	line-height: 1.7;
}

.info-details {
	border-top: 1px solid var(--line);
	padding: 14px 0;
}

.info-details summary {
	cursor: pointer;
	color: var(--accent-dark);
	font-weight: 800;
}

.info-details h3 {
	margin: 16px 0 8px;
	font-size: 16px;
}

.info-details figure {
	margin: 14px 0;
}

.info-details img {
	max-width: 100%;
	border-radius: 6px;
}

.warning-images {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.download-card {
	position: sticky;
	top: 18px;
	align-self: center;
	border: 1px solid var(--line);
	border-radius: 8px;
	padding: 18px;
	background: var(--soft);
}

.download-card form {
	display: grid;
	gap: 14px;
}

.download-consent {
	display: inline-grid;
	grid-template-columns: auto auto;
	gap: 10px;
	align-items: start;
	justify-self: center;
	color: #334455;
	font-size: 14px;
	line-height: 1.6;
}

.download-consent input[type="checkbox"] {
	appearance: auto;
	-webkit-appearance: checkbox;
	width: 18px;
	height: 18px;
	margin: 2px 0 0;
	display: inline-block;
	opacity: 1;
	visibility: visible;
	accent-color: var(--accent);
}

.action-note {
	margin: 0;
	color: var(--muted);
	font-size: 13px !important;
	line-height: 1.5 !important;
	text-align: center;
}

.version-label {
	margin-top: 0;
	font-weight: 800;
}

.inline-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 18px;
	margin: 12px 0 0;
	padding: 0;
	list-style: none;
}

.license-layout {
	grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.9fr);
	align-items: stretch;
}

.license-actions {
	align-items: stretch;
	margin-top: 18px;
}

.license-online-form {
	margin: 14px 0 18px;
}

.license-online-form .primary-action {
	width: 100%;
	max-width: 430px;
	min-height: 46px;
	line-height: 1.35;
	text-align: center;
	white-space: normal;
}

.license-online-form .primary-action:has(i) {
	padding-left: 44px;
	padding-right: 24px;
}

.license-plus-note {
	display: block;
	margin: 18px 0;
	padding: 18px 20px;
	border: 1px solid rgba(22, 143, 193, 0.28);
	border-left: 4px solid var(--accent);
	border-radius: 8px;
	background: #f7fbfd;
}

.license-plus-note h3 {
	margin: 0 0 8px;
	color: var(--deep);
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0;
}

.license-plus-note p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.75;
}

.license-plus-note .license-plus-action {
	display: inline-flex;
	align-items: center;
	margin-top: 12px;
	color: var(--accent-dark);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.license-plus-note .license-plus-action::after {
	content: "";
	width: 20px;
	height: 1px;
	margin-left: 8px;
	background: currentColor;
}

.license-layout figure img,
.license-table-figure img {
	aspect-ratio: auto;
	height: auto;
	object-fit: contain;
	padding: 14px;
	background: #fff;
}

.license-table-figure {
	margin: 0;
	min-height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	overflow: hidden;
}

.license-table-open {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	background: #fff;
	cursor: zoom-in;
	text-align: inherit;
}

.license-table-figure img {
	width: 100%;
	max-height: 430px;
	display: block;
	box-sizing: border-box;
}

.license-table-figure figcaption {
	padding: 0 16px 16px;
	color: var(--muted);
	font-size: 13px;
	line-height: 1.6;
}

.image-modal {
	width: min(1120px, calc(100vw - 44px));
	max-width: none;
	max-height: calc(100vh - 44px);
	padding: 0;
	border: 0;
	border-radius: 8px;
	background: transparent;
	overflow: visible;
}

.image-modal::backdrop {
	background: rgba(9, 27, 37, 0.72);
}

.image-modal-inner {
	position: relative;
	padding: 22px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 28px 80px rgba(0, 0, 0, 0.35);
}

.image-modal-inner img {
	width: 100%;
	max-height: calc(100vh - 112px);
	display: block;
	object-fit: contain;
}

.image-modal-close {
	position: absolute;
	top: -14px;
	right: -14px;
	width: 38px;
	height: 38px;
	border: 0;
	border-radius: 50%;
	background: var(--deep);
	color: #fff;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
	box-shadow: 0 12px 28px rgba(0, 0, 0, 0.24);
}

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

.support-grid a {
	min-height: 92px;
	display: flex;
	align-items: center;
	gap: 14px;
	padding: 18px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
	color: var(--ink);
	font-weight: 800;
	text-decoration: none;
}

.support-grid i {
	color: var(--accent-dark);
	font-size: 22px;
}

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

.service-grid article {
	min-height: 230px;
	padding: 24px;
	border: 1px solid var(--line);
	border-radius: 8px;
	background: #fff;
}

.service-grid i {
	color: var(--accent-dark);
	font-size: 25px;
}

.service-grid h3 {
	margin: 14px 0 10px;
	color: var(--ink);
	font-size: 18px;
	line-height: 1.35;
	letter-spacing: 0;
}

.service-grid p {
	margin: 0;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.75;
}

.service-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

.service-actions .primary-action,
.service-actions .secondary-action {
	min-width: 160px;
}

.team-layout {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 22px;
	margin-top: 34px;
}

.team-card {
	min-height: 100%;
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 22px;
	align-items: start;
	padding: 0 0 24px;
	border: 0;
	border-bottom: 1px solid rgba(190, 205, 214, 0.85);
	border-radius: 8px;
	background: transparent;
	box-shadow: none;
}

.team-card img {
	width: 112px;
	aspect-ratio: 1 / 1;
	display: block;
	border-radius: 50%;
	object-fit: cover;
	border: 1px solid rgba(190, 205, 214, 0.9);
	padding: 4px;
	background: #fff;
}

.team-card h3 {
	margin: 0 0 12px;
	color: var(--deep);
	font-size: 24px;
	line-height: 1.25;
	letter-spacing: 0;
}

.team-role {
	margin: 0 0 14px;
	color: var(--accent-dark);
	font-size: 13px;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.team-card p {
	margin: 0 0 12px;
	color: var(--muted);
	font-size: 14px;
	line-height: 1.85;
}

.team-card p:last-of-type {
	margin-bottom: 0;
}

.team-card a {
	display: inline-flex;
	align-items: center;
	margin-top: 14px;
	color: var(--accent-dark);
	font-size: 13px;
	font-weight: 800;
	text-decoration: none;
}

.team-card a::after {
	content: "";
	width: 20px;
	height: 1px;
	margin-left: 8px;
	background: currentColor;
}

.team-note {
	display: grid;
	grid-template-columns: 160px minmax(0, 1fr);
	align-items: center;
	gap: 30px;
	margin-top: 34px;
	padding: 28px 30px;
	border: 1px solid rgba(190, 205, 214, 0.75);
	border-radius: 8px;
	background: #f8fbfc;
}

.team-note img {
	width: 100%;
	height: auto;
	display: block;
}

.team-note p {
	margin: 0;
	color: var(--ink);
	font-size: 14px;
	line-height: 1.9;
}

.modern-home #footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 28px max(20px, calc((100vw - 1180px) / 2));
	box-sizing: border-box;
	background: var(--deep);
	color: #d8e5ed;
	text-align: left;
}

.modern-home #footer a {
	color: #fff;
}

.download-count {
	margin-top: 12px;
	color: #b9cad4;
	font-size: 13px;
}

@media only screen and (max-width: 900px) {
	.modern-home #header #header_inner {
		align-items: flex-start;
		flex-direction: column;
		padding: 12px 0;
		gap: 10px;
	}

	.modern-home #h_info {
		width: 100%;
		padding: 8px 0 0;
		justify-content: space-between;
	}

	.hero-section,
	.split-layout,
	.license-layout,
	.team-layout,
	.action-panel {
		grid-template-columns: 1fr;
	}

	.download-layout,
	.spec-grid,
	.team-note,
	.warning-images {
		grid-template-columns: 1fr;
	}

	.team-note img {
		max-width: 180px;
	}

	.download-card {
		position: static;
	}

	.hero-section {
		min-height: 0;
		padding-top: 46px;
	}

	.hero-copy h1 {
		font-size: 34px;
	}

	.lead {
		font-size: 16px;
	}

	.hero-facts,
	.news-list {
		grid-template-columns: 1fr;
	}

	.media-grid,
	.thumbnail-row,
	.support-grid,
	.service-grid,
	.feature-grid,
	.technical-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.hero-showcase {
		max-width: 720px;
	}

	.hero-showcase-grid img,
	.hero-showcase-grid a {
		height: 120px;
		min-height: 120px;
	}

	.case-scroller {
		grid-auto-columns: minmax(300px, 340px);
		margin-inline: -20px;
		padding-inline: 20px;
	}

	.scroll-prev,
	.case-scroll-prev {
		left: -34px;
	}

	.scroll-next,
	.case-scroll-next {
		right: -34px;
	}

	.team-card {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 18px;
	}

	.team-card img {
		width: 96px;
	}
}

@media only screen and (max-width: 679px) {
	.modern-home #h_logo h2 {
		padding: 0;
		line-height: 1.25;
	}

	.modern-home #h_logo a,
	.modern-home #h_logo a:hover {
		color: var(--ink) !important;
		font-size: 20px;
	}

	.modern-home #header-menu {
		margin: 0;
	}

	.modern-home #header-menu ul {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.modern-home #header-menu li a {
		padding: 14px 12px;
		font-size: 13px;
		border-top: 1px solid rgba(255,255,255,0.12);
	}

	.hero-section,
	.home-section,
	.home-band {
		padding: 44px 18px;
	}

	.hero-copy h1 {
		font-size: 30px;
	}

	.primary-action,
	.secondary-action,
	.text-action,
	.hero-actions form {
		width: 100%;
		box-sizing: border-box;
	}

	.primary-action,
	.secondary-action,
	.text-action {
		padding: 0 14px;
	}

	.media-grid,
	.thumbnail-row,
	.support-grid,
	.service-grid,
	.feature-grid,
	.technical-grid {
		grid-template-columns: 1fr;
	}

	.hero-showcase-grid {
		grid-template-columns: 1fr;
	}

	.hero-showcase-grid img,
	.hero-showcase-grid a {
		height: 148px;
		min-height: 148px;
	}

	.case-scroller {
		grid-auto-columns: minmax(280px, 84vw);
		margin-inline: -18px;
		padding-inline: 18px;
	}

	.horizontal-scroll-wrap::before,
	.horizontal-scroll-wrap::after,
	.case-scroll-wrap::before,
	.case-scroll-wrap::after {
		width: 24px;
	}

	.scroll-button,
	.case-scroll-button {
		width: 46px;
		height: 46px;
	}

	.scroll-arrow,
	.case-scroll-arrow {
		width: 13px;
		height: 13px;
		border-width: 4px;
	}

	.team-card {
		grid-template-columns: 1fr;
		gap: 14px;
		padding-bottom: 24px;
	}

	.team-card img {
		width: 86px;
	}

	.team-card h3 {
		font-size: 21px;
	}

	.team-note {
		padding: 20px;
	}
}

/* Shared mobile header contract.
   The header markup is generated by menu.php and shared with legacy pages.
   Keep these values aligned with pc.css to avoid cascade-order drift. */
@media only screen and (max-width: 900px) {
	.modern-home #header #header_inner {
		width: min(1180px, calc(100% - 40px));
		margin: 0 auto;
		align-items: flex-start;
		flex-direction: column;
		padding: 12px 0;
		gap: 10px;
	}

	.modern-home #h_info {
		width: 100%;
		padding: 0;
		align-self: stretch;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
}
