/*
Theme Name: Lightning Kobayashi Child
Theme URI: https://hirado-kobayashi.com/
Description: 蟆乗棊邱丞粋迚ｩ逕｣繧ｵ繧､繝亥髄縺� Lightning 蟄舌ユ繝ｼ繝�
Author: Codex
Template: lightning
Version: 0.2.0
Text Domain: lightning-kobayashi-child
*/

:root {
	--kobayashi-blue: #00a0e9;
	--kobayashi-green: #00a550;
	--kobayashi-dark: #343a40;
	--kobayashi-ink: #374151;
	--kobayashi-muted: #6b7280;
	--kobayashi-navy: #343a40;
	--kobayashi-sea: #00a0e9;
	--kobayashi-line: #d1d5db;
	--kobayashi-bg: #f9fafb;
	--kobayashi-surface: #ffffff;
	--kobayashi-max-width: 1400px;
	--kobayashi-shadow: 0 18px 45px rgba(17, 24, 39, 0.08);
	--kobayashi-font-body: 16px;
	--kobayashi-font-body-sp: 15px;
	--kobayashi-font-h1: 44px;
	--kobayashi-font-h2: 36px;
	--kobayashi-font-h3: 28px;
	--kobayashi-font-h4: 22px;
	--kobayashi-font-h5: 18px;
	--kobayashi-font-small: 14px;
	--kobayashi-font-caption: 13px;
	--kobayashi-font-button: 16px;
	--kobayashi-font-menu: 16px;
}

body.kobayashi-theme-active {
	background: var(--kobayashi-bg);
	color: var(--kobayashi-ink);
	font-family: "Hiragino Sans", "Yu Gothic", sans-serif;
	font-size: var(--kobayashi-font-body);
	line-height: 1.8;
}

body.kobayashi-header-scrolled {
	padding-top: 84px;
}

.kobayashi-theme-active .site-header,
.kobayashi-theme-active .site-footer,
.kobayashi-theme-active .site-header-sub,
.kobayashi-theme-active .siteContent_before,
.kobayashi-theme-active .page-header,
.kobayashi-theme-active .breadcrumb,
.kobayashi-theme-active .vk_post_imgOuter,
.kobayashi-theme-active .site-footer-copyright {
	display: none;
}

.kobayashi-theme-active h1,
.kobayashi-theme-active h2,
.kobayashi-theme-active h3,
.kobayashi-theme-active h4,
.kobayashi-theme-active h5,
.kobayashi-theme-active .wp-block-heading {
	margin-top: 0;
	color: var(--kobayashi-dark);
	border-top: 0 !important;
	box-shadow: none !important;
	font-weight: 700;
}

.kobayashi-theme-active h1::before,
.kobayashi-theme-active h1::after,
.kobayashi-theme-active h2::before,
.kobayashi-theme-active h2::after,
.kobayashi-theme-active h3::before,
.kobayashi-theme-active h3::after,
.kobayashi-theme-active h4::before,
.kobayashi-theme-active h4::after,
.kobayashi-theme-active h5::before,
.kobayashi-theme-active h5::after,
.kobayashi-theme-active .wp-block-heading::before,
.kobayashi-theme-active .wp-block-heading::after {
	content: none !important;
	display: none !important;
}

.kobayashi-theme-active h1 {
	font-size: var(--kobayashi-font-h1);
	line-height: 1.3;
}

.kobayashi-theme-active h2,
.kobayashi-theme-active .wp-block-heading:is(h2) {
	font-size: var(--kobayashi-font-h2);
	line-height: 1.35;
}

.kobayashi-theme-active h3,
.kobayashi-theme-active .wp-block-heading:is(h3) {
	font-size: var(--kobayashi-font-h3);
	line-height: 1.4;
}

.kobayashi-theme-active h4,
.kobayashi-theme-active .wp-block-heading:is(h4) {
	font-size: var(--kobayashi-font-h4);
	line-height: 1.45;
}

.kobayashi-theme-active h5,
.kobayashi-theme-active .wp-block-heading:is(h5) {
	font-size: var(--kobayashi-font-h5);
	line-height: 1.5;
}

.kobayashi-theme-active p,
.kobayashi-theme-active li,
.kobayashi-theme-active .wp-block-paragraph {
	font-size: var(--kobayashi-font-body);
	line-height: 1.8;
}

.kobayashi-theme-active small,
.kobayashi-theme-active .has-small-font-size {
	font-size: var(--kobayashi-font-small);
	line-height: 1.7;
}

.kobayashi-theme-active figcaption,
.kobayashi-theme-active .wp-caption-text,
.kobayashi-theme-active .blocks-gallery-caption {
	font-size: var(--kobayashi-font-caption);
	line-height: 1.7;
}

.kobayashi-button,
.kobayashi-site-header__cta,
.kobayashi-theme-active .wp-block-button__link {
	font-size: var(--kobayashi-font-button);
}

.kobayashi-shell {
	width: min(calc(100% - clamp(72px, 8vw, 168px)), 1320px);
	margin: 0 auto;
}

.kobayashi-section {
	padding: 72px 0;
}

.kobayashi-section__eyebrow {
	margin: 0 0 14px;
	color: var(--kobayashi-muted);
	font-size: 1rem;
	font-weight: 500;
}

.kobayashi-section__title {
	margin: 0;
	color: var(--kobayashi-dark);
	font-size: clamp(1.9rem, 4vw, 2.75rem);
	font-weight: 700;
	line-height: 1.35;
}

.kobayashi-section__lead {
	margin: 24px 0 0;
	color: var(--kobayashi-ink);
	font-size: clamp(1.05rem, 2.2vw, 1.375rem);
	font-weight: 500;
	line-height: 1.8;
}

.kobayashi-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	min-height: 58px;
	padding: 14px 34px;
	border: 2px solid var(--kobayashi-blue);
	background: var(--kobayashi-blue);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.kobayashi-button:hover,
.kobayashi-button:focus-visible {
	background: #0089ca;
	border-color: #0089ca;
	color: #fff;
}

.kobayashi-button--ghost {
	background: transparent;
	border-color: var(--kobayashi-dark);
	color: var(--kobayashi-dark);
}

.kobayashi-button--ghost:hover,
.kobayashi-button--ghost:focus-visible {
	background: var(--kobayashi-dark);
	border-color: var(--kobayashi-dark);
	color: #fff;
}

.kobayashi-card-grid {
	display: grid;
	gap: 24px;
}

.kobayashi-site-header {
	position: relative;
	z-index: 40;
	background: #fff;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-site-header__bar {
	display: grid;
	grid-template-columns: minmax(260px, 1fr) auto auto;
	gap: 32px;
	align-items: center;
	padding: 16px 0;
}

.kobayashi-site-header__brand img {
	display: block;
	height: auto;
	max-width: 100%;
	width: min(100%, 420px);
}

.kobayashi-site-header__menu-toggle {
	display: none;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 12px 16px;
	border: 1px solid #d1d5db;
	background: #fff;
	color: var(--kobayashi-dark);
	font-size: 0.9rem;
	font-weight: 700;
}

.kobayashi-site-header__menu-toggle-label {
	line-height: 1;
}

.kobayashi-site-header__menu-toggle-icon {
	display: inline-flex;
	flex-direction: column;
	gap: 4px;
}

.kobayashi-site-header__menu-toggle-icon span {
	display: block;
	width: 20px;
	height: 2px;
	background: currentColor;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.kobayashi-site-header__contact {
	text-align: right;
}

.kobayashi-site-header__phone-copy {
	margin-bottom: 2px;
	color: var(--kobayashi-dark);
	font-size: 0.85rem;
}

.kobayashi-site-header__phone {
	color: #0b4b93;
	font-size: clamp(1.7rem, 2.5vw, 2.6rem);
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
}

.kobayashi-site-header__hours {
	margin-top: 4px;
	color: var(--kobayashi-dark);
	font-size: 0.85rem;
}

.kobayashi-site-header__cta {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 220px;
	min-height: 56px;
	padding: 14px 24px;
	background: #02a550;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-site-header__cta:hover,
.kobayashi-site-header__cta:focus-visible {
	background: #028746;
	color: #fff;
}

.kobayashi-site-nav {
	border-top: 2px solid #e5e7eb;
	background: #fff;
}

.kobayashi-site-nav__shell {
	display: block;
}

.kobayashi-site-nav__compact-brand {
	display: none;
	align-items: center;
	flex: 0 0 auto;
}

.kobayashi-site-nav__compact-brand img {
	display: block;
	width: 220px;
	height: auto;
}

.kobayashi-site-nav__list {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	margin: 0;
	padding: 0;
	list-style: none;
}

.kobayashi-site-nav__list > li {
	position: relative;
	border-left: 1px solid #e5e7eb;
}

.kobayashi-site-nav__list > li:last-child {
	border-right: 1px solid #e5e7eb;
}

.kobayashi-site-nav__list > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 10px 16px;
	color: var(--kobayashi-dark);
	font-size: var(--kobayashi-font-menu);
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-site-nav__list > li.is-current > a {
	color: #111827;
	box-shadow: inset 0 -3px 0 var(--kobayashi-blue);
}

.kobayashi-site-nav__has-children:hover .kobayashi-site-nav__sub {
	display: block;
}

.kobayashi-site-nav__sub {
	display: none;
	position: absolute;
	top: 100%;
	left: 50%;
	z-index: 50;
	min-width: 260px;
	margin: 0;
	padding: 0;
	list-style: none;
	transform: translateX(-50%);
	background: #1967b1;
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-site-nav__sub li a {
	display: block;
	padding: 22px 28px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	color: #fff;
	font-size: 1rem;
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-site-nav__sub li:last-child a {
	border-bottom: 0;
}

.kobayashi-site-nav__sub li a:hover,
.kobayashi-site-nav__sub li a:focus-visible {
	background: #0f589d;
}

.kobayashi-site-header.is-scrolled {
	position: fixed;
	top: 12px;
	right: 0;
	left: 0;
	z-index: 50;
	background: rgba(255, 255, 255, 0.72);
	backdrop-filter: blur(14px);
	box-shadow: 0 10px 24px rgba(17, 24, 39, 0.08);
}

.kobayashi-site-header.is-scrolled .kobayashi-site-header__bar {
	display: none;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav {
	border-top: 0;
	background: transparent;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__shell {
	display: flex;
	align-items: center;
	gap: 32px;
	min-height: 44px;
	background: transparent;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__compact-brand {
	display: inline-flex;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__list {
	display: flex;
	flex: 1 1 auto;
	flex-wrap: wrap;
	justify-content: flex-end;
	background: transparent;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__list > li {
	border-left: 0;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__list > li:last-child {
	border-right: 0;
}

.kobayashi-site-header.is-scrolled .kobayashi-site-nav__list > li > a {
	min-height: 44px;
	padding: 8px 16px;
	font-size: 1rem;
	background: transparent;
}

.kobayashi-breadcrumb {
	padding: 14px 0;
	border-bottom: 1px solid #e5e7eb;
	background: #f8fafc;
}

.kobayashi-breadcrumb__list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
	color: var(--kobayashi-muted);
	font-size: 0.95rem;
}

.kobayashi-breadcrumb__item a {
	color: var(--kobayashi-muted);
	text-decoration: none;
}

.kobayashi-breadcrumb__item span {
	color: var(--kobayashi-dark);
	font-weight: 500;
}

.kobayashi-page-title {
	padding: 18px 0;
	background: #fff;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-page-title__en {
	margin-top: 4px;
	color: var(--kobayashi-muted);
	font-size: 1rem;
}

.kobayashi-highlight-box {
	max-width: 1100px;
	padding: 32px 36px;
	background: #fff;
	border-left: 6px solid var(--kobayashi-blue);
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-highlight-box p {
	margin: 0;
	color: var(--kobayashi-dark);
	font-size: clamp(1.05rem, 2.2vw, 1.7rem);
	font-weight: 500;
	line-height: 1.8;
}

.kobayashi-panel {
	background: #fff;
	border: 2px solid var(--kobayashi-line);
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-panel--blue {
	border-color: var(--kobayashi-blue);
}

.kobayashi-panel--green {
	border-color: var(--kobayashi-green);
}

.kobayashi-table-wrap {
	overflow-x: auto;
	background: #fff;
	border: 2px solid var(--kobayashi-line);
}

.kobayashi-table {
	width: 100%;
	border-collapse: collapse;
}

.kobayashi-table th,
.kobayashi-table td {
	padding: 22px 24px;
	border-bottom: 2px solid var(--kobayashi-line);
	text-align: left;
	font-size: 1rem;
	line-height: 1.8;
}

.kobayashi-table th {
	width: 220px;
	background: #f3f4f6;
	color: #4b5563;
	font-weight: 700;
}

.kobayashi-table tr:last-child th,
.kobayashi-table tr:last-child td {
	border-bottom: 0;
}

.kobayashi-list-rows {
	background: #fff;
	border: 2px solid var(--kobayashi-line);
}

.kobayashi-list-rows__item {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 32px;
	padding: 26px 30px;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-list-rows__item:last-child {
	border-bottom: 0;
}

.kobayashi-list-rows__year {
	color: var(--kobayashi-dark);
	font-size: 1.1rem;
	font-weight: 700;
}

.kobayashi-list-rows__text {
	color: var(--kobayashi-ink);
	font-size: 1rem;
	line-height: 1.8;
}

.kobayashi-site-footer {
	background: #1f2937;
	color: #fff;
	margin-top: 0;
}

.kobayashi-site-footer__inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 48px;
	padding: 56px 0 36px;
}

.kobayashi-site-footer__company img {
	display: block;
	height: auto;
	width: min(100%, 340px);
	margin-bottom: 24px;
	filter: brightness(0) invert(1);
}

.kobayashi-site-footer__text {
	color: #d1d5db;
	font-size: 1rem;
	line-height: 1.8;
}

.kobayashi-site-footer__name {
	margin-bottom: 8px;
	color: #fff;
	font-size: 1.2rem;
	font-weight: 700;
}

.kobayashi-site-footer__text p,
.kobayashi-site-footer__nav ul,
.kobayashi-site-footer__copyright p {
	margin: 0;
}

.kobayashi-site-footer__nav ul {
	display: grid;
	gap: 10px;
	padding: 0;
	list-style: none;
}

.kobayashi-site-footer__nav a {
	color: #d1d5db;
	text-decoration: none;
}

.kobayashi-site-footer__nav a:hover,
.kobayashi-site-footer__nav a:focus-visible {
	color: #fff;
}

.kobayashi-site-footer__copyright {
	border-top: 1px solid #4b5563;
	padding: 18px 0;
	color: #9ca3af;
	text-align: center;
	font-size: 0.95rem;
}

.kobayashi-mobile-floating {
	display: none;
}

.kobayashi-contact-cta {
	padding: 48px;
	background: linear-gradient(135deg, rgba(0, 160, 233, 0.92), rgba(0, 114, 185, 0.92));
	color: #fff;
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-contact-cta .kobayashi-section__eyebrow {
	color: rgba(255, 255, 255, 0.82);
}

.kobayashi-contact-cta__title {
	margin: 0;
	font-size: clamp(1.8rem, 3vw, 2.8rem);
	line-height: 1.35;
}

.kobayashi-contact-cta__lead {
	margin: 20px 0 0;
	max-width: 800px;
	font-size: 1.1rem;
	line-height: 1.9;
}

.kobayashi-contact-cta__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-top: 28px;
}

.kobayashi-contact-cta__phone {
	color: #fff;
	font-size: 1.3rem;
	font-weight: 700;
	text-decoration: none;
}

.kobayashi-contact-cta .kobayashi-button--ghost {
	border-color: rgba(255, 255, 255, 0.85);
	color: #fff;
}

.kobayashi-contact-cta .kobayashi-button--ghost:hover,
.kobayashi-contact-cta .kobayashi-button--ghost:focus-visible {
	background: #fff;
	color: var(--kobayashi-blue);
}

.kobayashi-page-hero {
	padding: 72px 0 56px;
	background: #fff;
	border-bottom: 2px solid var(--kobayashi-line);
}

.kobayashi-page-hero__title {
	margin: 0;
	color: var(--kobayashi-dark);
	font-size: clamp(2rem, 4vw, 3rem);
	font-weight: 700;
	line-height: 1.35;
}

.kobayashi-page-hero__lead {
	margin-top: 16px;
	color: var(--kobayashi-muted);
	font-size: 1rem;
}

.kobayashi-page-content {
	padding: 56px 0 80px;
}

.kobayashi-page-content__body {
	padding: 36px;
	background: #fff;
	border: 2px solid var(--kobayashi-line);
	box-shadow: var(--kobayashi-shadow);
}

.kobayashi-hero-photo,
.kobayashi-inline-photo,
.kobayashi-image-block {
	background-color: #e5e7eb;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.kobayashi-hero-photo {
	min-height: 300px;
	border: 2px solid var(--kobayashi-line);
}

.kobayashi-inline-photo {
	min-height: 400px;
	border: 2px solid var(--kobayashi-line);
}

.kobayashi-image-block {
	min-height: 220px;
}

@media (max-width: 1199.98px) {
	.kobayashi-site-header__bar {
		grid-template-columns: 1fr;
		justify-items: start;
		gap: 20px;
		padding: 20px 0;
	}

	.kobayashi-site-header__contact {
		text-align: left;
	}

	.kobayashi-site-header__cta {
		min-height: 64px;
	}
}

@media (max-width: 991.98px) {
	.kobayashi-theme-active h1 {
		font-size: 38px;
	}

	.kobayashi-theme-active h2,
	.kobayashi-theme-active .wp-block-heading:is(h2) {
		font-size: 30px;
	}

	.kobayashi-theme-active h3,
	.kobayashi-theme-active .wp-block-heading:is(h3) {
		font-size: 24px;
	}

	.kobayashi-theme-active h4,
	.kobayashi-theme-active .wp-block-heading:is(h4) {
		font-size: 20px;
	}

	.kobayashi-theme-active h5,
	.kobayashi-theme-active .wp-block-heading:is(h5) {
		font-size: 17px;
	}

	.kobayashi-theme-active p,
	.kobayashi-theme-active li,
	.kobayashi-theme-active .wp-block-paragraph,
	.kobayashi-button,
	.kobayashi-site-header__cta,
	.kobayashi-theme-active .wp-block-button__link {
		font-size: 16px;
	}

	.kobayashi-site-nav__list > li > a {
		font-size: 15px;
	}

	.kobayashi-site-nav__list {
		grid-template-columns: 1fr 1fr;
	}

	.kobayashi-site-nav__sub {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	body.kobayashi-theme-active {
		padding-top: 0;
		font-size: var(--kobayashi-font-body-sp);
	}

	body.kobayashi-header-scrolled {
		padding-top: 74px;
	}

	.kobayashi-theme-active h1 {
		font-size: 30px;
	}

	.kobayashi-theme-active h2,
	.kobayashi-theme-active .wp-block-heading:is(h2) {
		font-size: 26px;
	}

	.kobayashi-theme-active h3,
	.kobayashi-theme-active .wp-block-heading:is(h3) {
		font-size: 22px;
	}

	.kobayashi-theme-active h4,
	.kobayashi-theme-active .wp-block-heading:is(h4) {
		font-size: 19px;
	}

	.kobayashi-theme-active h5,
	.kobayashi-theme-active .wp-block-heading:is(h5) {
		font-size: 16px;
	}

	.kobayashi-theme-active p,
	.kobayashi-theme-active li,
	.kobayashi-theme-active .wp-block-paragraph {
		font-size: 15px;
	}

	.kobayashi-theme-active small,
	.kobayashi-theme-active .has-small-font-size {
		font-size: 13px;
	}

	.kobayashi-theme-active figcaption,
	.kobayashi-theme-active .wp-caption-text,
	.kobayashi-theme-active .blocks-gallery-caption {
		font-size: 12px;
	}

	.has-text-align-center,
	.kobayashi-top-heading,
	.kobayashi-top-note,
	.kobayashi-top-note p,
	.kobayashi-top-contact__inner,
	.kobayashi-products-page .kobayashi-products-contact-panel p,
	.kobayashi-company-message__caption {
		text-align: left;
	}

	.kobayashi-button,
	.kobayashi-site-header__cta,
	.kobayashi-theme-active .wp-block-button__link {
		font-size: 15px;
	}

	.kobayashi-theme-active h1,
	.kobayashi-theme-active h2,
	.kobayashi-theme-active h3,
	.kobayashi-theme-active h4,
	.kobayashi-theme-active h5 {
		border-top: 0 !important;
		box-shadow: none !important;
	}

	.kobayashi-theme-active h1::before,
	.kobayashi-theme-active h1::after,
	.kobayashi-theme-active h2::before,
	.kobayashi-theme-active h2::after,
	.kobayashi-theme-active h3::before,
	.kobayashi-theme-active h3::after,
	.kobayashi-theme-active h4::before,
	.kobayashi-theme-active h4::after,
	.kobayashi-theme-active h5::before,
	.kobayashi-theme-active h5::after {
		content: none !important;
		display: none !important;
	}

	.kobayashi-section {
		padding: 56px 0;
	}

	.kobayashi-site-header__bar {
		grid-template-columns: 1fr auto;
		align-items: center;
		gap: 16px;
		padding: 16px 0;
	}

	.kobayashi-site-header__brand img {
		width: min(100%, 280px);
	}

	.kobayashi-site-header__menu-toggle {
		display: inline-flex;
		gap: 14px;
		min-width: 152px;
		min-height: 72px;
		padding: 0 18px;
		border: 2px solid #0b63ce;
		border-radius: 8px;
		background: #fff;
		color: var(--kobayashi-dark);
		font-size: 17px;
		font-weight: 700;
	}

	.kobayashi-site-header__menu-toggle-label {
		font-size: 17px;
		font-weight: 700;
		letter-spacing: 0.01em;
	}

	.kobayashi-site-header__menu-toggle-icon {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 28px;
		height: 28px;
		gap: 0;
		position: relative;
	}

	.kobayashi-site-header__menu-toggle-icon span {
		position: absolute;
		width: 28px;
		height: 3px;
		border-radius: 999px;
		background: currentColor;
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.kobayashi-site-header__menu-toggle-icon span:nth-child(1) {
		transform: translateY(-8px);
	}

	.kobayashi-site-header__menu-toggle-icon span:nth-child(2) {
		transform: translateY(0);
	}

	.kobayashi-site-header__menu-toggle-icon span:nth-child(3) {
		transform: translateY(8px);
	}

	.kobayashi-site-header__phone-copy,
	.kobayashi-site-header__hours {
		font-size: 0.9rem;
	}

	.kobayashi-site-header__phone {
		font-size: clamp(1.6rem, 7vw, 2.4rem);
	}

	.kobayashi-site-header__contact,
	.kobayashi-site-header__cta {
		display: none;
	}

	.kobayashi-site-nav {
		display: none;
		position: static;
		padding: 0 0 12px;
		border-top: 2px solid #e5e7eb;
		background: #fff;
		backdrop-filter: none;
	}

	.kobayashi-site-header.is-open .kobayashi-site-nav {
		display: block;
	}

	.kobayashi-site-header.is-scrolled {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
	}

	.kobayashi-site-header.is-scrolled .kobayashi-site-header__bar {
		display: grid;
		padding-right: min(20px, 4vw);
		padding-left: min(20px, 4vw);
		background: rgba(255, 255, 255, 0.92);
		backdrop-filter: blur(10px);
		border-bottom: 2px solid var(--kobayashi-line);
	}

	.kobayashi-site-header.is-scrolled .kobayashi-site-nav__compact-brand {
		display: none;
	}

	.kobayashi-site-header.is-open .kobayashi-site-header__menu-toggle-icon span:nth-child(1) {
		transform: rotate(45deg);
	}

	.kobayashi-site-header.is-open .kobayashi-site-header__menu-toggle-icon span:nth-child(2) {
		opacity: 0;
	}

	.kobayashi-site-header.is-open .kobayashi-site-header__menu-toggle-icon span:nth-child(3) {
		transform: rotate(-45deg);
	}

	.kobayashi-site-nav__shell {
		width: min(calc(100% - 32px), 1320px);
	}

	.kobayashi-site-nav__list {
		grid-template-columns: 1fr;
		border: 1px solid #d8dee7;
		background: #fff;
	}

	.kobayashi-site-nav__list > li,
	.kobayashi-site-nav__list > li:last-child {
		border-right: 0;
		border-left: 0;
		border-bottom: 1px solid #e5e7eb;
	}

	.kobayashi-site-nav__list > li:last-child {
		border-bottom: 0;
	}

	.kobayashi-site-nav__list > li.is-current > a {
		box-shadow: none !important;
	}

	.kobayashi-site-nav__list > li > a {
		justify-content: flex-start;
		min-height: 116px;
		padding: 24px 28px;
		font-size: 1.05rem;
		font-weight: 700;
	}

	.kobayashi-list-rows__item {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.kobayashi-table th,
	.kobayashi-table td,
	.kobayashi-highlight-box,
	.kobayashi-page-content__body,
	.kobayashi-contact-cta {
		padding: 20px;
	}

	.kobayashi-site-footer__inner {
		padding: 42px 0 28px;
	}

	.kobayashi-site-footer__company img {
		width: min(100%, 240px);
	}

	body.kobayashi-has-mobile-floating {
		padding-bottom: 84px;
	}

	.kobayashi-mobile-floating {
		position: fixed;
		right: 12px;
		bottom: 12px;
		left: 12px;
		z-index: 60;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 10px;
		opacity: 0;
		transform: translateY(120%);
		pointer-events: none;
		transition: transform 0.24s ease, opacity 0.24s ease;
	}

	.kobayashi-mobile-floating.is-visible {
		opacity: 1;
		transform: translateY(0);
		pointer-events: auto;
	}

	.kobayashi-mobile-floating__button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 52px;
		border-radius: 0;
		font-size: 0.98rem;
		font-weight: 700;
		text-decoration: none;
		box-shadow: 0 12px 24px rgba(31, 41, 55, 0.16);
	}

	.kobayashi-mobile-floating__button--phone {
		background: var(--kobayashi-blue);
		color: #fff;
	}

	.kobayashi-mobile-floating__button--mail {
		background: #fff;
		border: 2px solid var(--kobayashi-dark);
		color: var(--kobayashi-dark);
	}
}

@media (max-width: 575.98px) {
	.kobayashi-shell {
		width: min(calc(100% - 28px), 1320px);
	}

	body.kobayashi-theme-active {
		padding-top: 0;
	}

	body.kobayashi-header-scrolled {
		padding-top: 74px;
	}

	.kobayashi-site-header__bar {
		gap: 16px;
		padding: 16px 12px;
	}

	.kobayashi-site-header__phone-copy,
	.kobayashi-site-header__hours {
		font-size: 0.82rem;
	}

	.kobayashi-site-header__phone {
		font-size: 1.55rem;
		line-height: 1.15;
	}

	.kobayashi-page-title,
	.kobayashi-page-hero,
	.kobayashi-page-content {
		padding-top: 14px;
	}

	.kobayashi-page-title,
	.kobayashi-page-hero {
		padding-bottom: 12px;
	}

	.kobayashi-page-content {
		padding-bottom: 56px;
	}
}