/* =============================================================================
   en-scheduler — main stylesheet (refactored 2026-05-15)
   =============================================================================
   Sections:
   1. Variables (:root)
   2. Base / reset
   3. Typography
   4. Accessibility
   5. Motion (@keyframes + utilities)
   6. Layout
   7. Site header
   8. Buttons
   9. Components — marketing LP (hero → CTA)
   10. Site footer + floating CTA
   11. Templates — static pages, feature, pricing, misc
   12. Archives / blog / info
   13. Responsive (single @media block)
   14. Legal Pages
   ============================================================================= */

/* =============================================================================
   1. Variables (:root)
   ============================================================================= */

:root {
	/* --- Legacy palette (kept; used across templates) --- */
	--orange: #e8820c;
	--orange-light: #fff3e0;
	--orange-dark: #c96d00;
	--blue: #2d9cdb;
	--blue-light: #e8f4fb;
	--blue-mid: #1a7fb5;
	--yellow: #ffd84d;
	--yellow-light: #fff8e7;
	--yellow-dark: #e8b800;
	--text: #2d2d2d;
	--text-muted: #5a5a5a;
	--text-light: #9a9a9a;
	--bg: #ffffff;
	--surface: #f5f9fc;
	--border: #e2ebf0;
	--navy: #1e3a5f;
	--radius: 16px;
	--radius-sm: 8px;
	--radius-lg: 24px;

	/* --- Design tokens (semantic) --- */
	--color-primary: var(--orange);
	--color-primary-soft: var(--orange-light);
	--color-primary-strong: var(--orange-dark);
	--color-accent: var(--blue);
	--color-accent-soft: var(--blue-light);
	--color-accent-hover: var(--blue-mid);
	--color-highlight: var(--yellow);
	--color-highlight-soft: var(--yellow-light);
	--color-highlight-strong: var(--yellow-dark);
	--color-text: var(--text);
	--color-text-muted: var(--text-muted);
	--color-text-light: var(--text-light);
	--color-bg: var(--bg);
	--color-surface: var(--surface);
	--color-border: var(--border);
	--color-navy: var(--navy);
	--color-on-inverse: #ffffff;
	--color-navy-deep: #162d4a;
	--color-slate: #5a7fa0;
	--color-table-stripe: #f8fbfd;
	--color-symbol-muted: #bbbbbb;
	--color-black: #000000;

	--font-body: "Noto Sans JP", sans-serif;
	--font-display: Outfit, sans-serif;

	--layout-header-height: 64px;
	--layout-container-max: 1400px;
	--layout-container: 1080px;
	--layout-container-narrow: 860px;
	--layout-container-tight: 760px;
	--layout-container-hero: 1280px;
	--layout-content-max: 800px;
	--layout-compare-max: 900px;
	--layout-pricing-grid-max: 1000px;

	--space-section-y: 96px;
	--space-section-x: 80px;
	--space-section-y-tight: 64px;
	--space-section-x-tight: 24px;
	--space-header-x: 40px;
	--space-header-x-mobile: 20px;

	/* Breakpoint (reference only; this file keeps @media (max-width: 960px) literal) */
	--breakpoint-tablet-max: 960px;

	/* Opacity on white / black (exact rgba preserved) */
	--white-95: rgba(255, 255, 255, 0.95);
	--white-90: rgba(255, 255, 255, 0.9);
	--white-85: rgba(255, 255, 255, 0.85);
	--white-75: rgba(255, 255, 255, 0.75);
	--white-65: rgba(255, 255, 255, 0.65);
	--white-60: rgba(255, 255, 255, 0.6);
	--white-55: rgba(255, 255, 255, 0.55);
	--white-50: rgba(255, 255, 255, 0.5);
	--white-45: rgba(255, 255, 255, 0.45);
	--white-40: rgba(255, 255, 255, 0.4);
	--white-35: rgba(255, 255, 255, 0.35);
	--white-30: rgba(255, 255, 255, 0.3);
	--white-20: rgba(255, 255, 255, 0.2);
	--white-09: rgba(255, 255, 255, 0.09);
	--white-08: rgba(255, 255, 255, 0.08);
	--white-06: rgba(255, 255, 255, 0.06);
	--white-05: rgba(255, 255, 255, 0.05);
	--white-border-soft: rgba(255, 255, 255, 0.9);

	--navy-06: rgba(30, 58, 95, 0.06);
	--orange-18: rgba(232, 130, 12, 0.18);
	--orange-22: rgba(232, 130, 12, 0.22);
	--orange-25: rgba(232, 130, 12, 0.25);

	--black-08: rgba(0, 0, 0, 0.08);
	--black-07: rgba(0, 0, 0, 0.07);
	--black-06: rgba(0, 0, 0, 0.06);
	--black-22: rgba(0, 0, 0, 0.22);
	--black-18: rgba(0, 0, 0, 0.18);
	--black-25: rgba(0, 0, 0, 0.25);
	--black-30: rgba(0, 0, 0, 0.3);

	--blue-glow-40: rgba(45, 156, 219, 0.4);
	--blue-glow-50: rgba(45, 156, 219, 0.5);

	/* Shadows (full value tokens) */
	--shadow-card-lg: 0 12px 40px var(--black-08);
	--shadow-card-md: 0 8px 32px var(--black-08);
	--shadow-card-sm: 0 4px 20px var(--black-07);
	--shadow-card-xs: 0 2px 16px var(--black-06);
	--shadow-float: 0 12px 32px var(--black-08);
	--shadow-btn-navy: 0 4px 0 var(--black-22);
	--shadow-btn-navy-hover: 0 6px 0 var(--black-18);
	--shadow-btn-orange: 0 4px 0 var(--black-30);
	--shadow-btn-orange-hover: 0 6px 0 var(--black-25);
	--shadow-billing: 0 1px 0 var(--black-08);
	--shadow-floating-cta: 0 8px 28px var(--blue-glow-40);
	--shadow-floating-cta-hover: 0 12px 32px var(--blue-glow-50);
}

/* =============================================================================
   2. Base / reset
   ============================================================================= */

*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-body);
	font-size: 16px;
	color: var(--text);
	background: var(--bg);
	line-height: 1.7;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: inherit;
}

/* =============================================================================
   3. Typography
   ============================================================================= */

.price-amount,
.site-footer__logo,
.pricing__price .pricing__yen,
.page-pricing__price .page-pricing__yen {
	font-family: var(--font-display);
}

/* =============================================================================
   4. Accessibility
   ============================================================================= */

.screen-reader-text {
	position: absolute !important;
	width: 1px !important;
	height: 1px !important;
	padding: 0 !important;
	margin: -1px !important;
	overflow: hidden !important;
	clip: rect(0, 0, 0, 0) !important;
	white-space: nowrap !important;
	border: 0 !important;
}

.skip-link:focus {
	position: fixed;
	top: 8px;
	left: 8px;
	z-index: 200;
	padding: 12px 16px;
	background: var(--yellow);
	color: var(--text);
	clip: auto !important;
	width: auto !important;
	height: auto !important;
}

/* =============================================================================
   5. Motion (@keyframes + scroll / fade utilities)
   ============================================================================= */

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translateY(24px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

@keyframes marquee {
	from {
		transform: translateX(0);
	}
	to {
		transform: translateX(-33.3333%);
	}
}

.fade-up {
	animation: fadeUp 0.6s ease forwards;
}

.fade-up-2 {
	animation: fadeUp 0.6s 0.15s ease forwards;
	opacity: 0;
}

.fade-up-3 {
	animation: fadeUp 0.6s 0.3s ease forwards;
	opacity: 0;
}

.en-scroll-reveal {
	opacity: 0;
	transform: translateY(20px);
	transition: opacity 0.5s ease, transform 0.5s ease;
}

.en-scroll-reveal.is-visible {
	opacity: 1;
	transform: translateY(0);
}

/* =============================================================================
   6. Layout
   ============================================================================= */

.site-main {
	min-height: 40vh;
}

.site-header-spacer {
	height: var(--layout-header-height);
}

.section {
	padding: var(--space-section-y) var(--space-section-x);
}

/* =============================================================================
   7. Site header
   ============================================================================= */

.site-header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	height: var(--layout-header-height);
	padding: 0 var(--space-header-x);
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: var(--white-95);
	border-bottom: 1px solid var(--border);
	transition: backdrop-filter 0.2s, background 0.2s;
}

.site-header.scrolled {
	backdrop-filter: blur(12px);
}

.site-header__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	max-width: var(--layout-container-max);
	margin: 0 auto;
	gap: 24px;
}

.logo {
	display: flex;
	align-items: center;
	font-family: var(--font-display);
}

.logo a {
	display: inline-flex;
	line-height: 0;
}

.logo img {
	width: auto;
	height: 40px;
}

.site-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.site-nav ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 28px 32px;
	justify-content: center;
	margin: 0;
	padding: 0;
}

.site-nav li {
	list-style: none;
}

.site-nav a {
	position: relative;
	padding-bottom: 4px;
	font-size: 14px;
	font-weight: 500;
	color: var(--text-muted);
	text-decoration: none;
	transition: color 0.2s;
}

.site-nav a:hover {
	color: var(--text);
}

.site-nav a::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: var(--orange);
	border-radius: 2px;
	transition: width 0.25s ease;
}

.site-nav a:hover::after {
	width: 100%;
}

.site-header__actions {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 10px;
}

.site-header__login.btn.btn--header-login {
	width: auto;
	background: var(--color-on-inverse);
	color: var(--navy);
	border: 1px solid var(--navy);
	border-radius: var(--radius-sm);
	padding: 10px 18px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	white-space: nowrap;
	box-shadow: none;
	transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
}

.site-header__login.btn.btn--header-login:hover {
	background: var(--navy-06);
	border-color: var(--color-navy-deep);
	color: var(--color-navy-deep);
	transform: translateY(-1px);
	box-shadow: none;
}

.site-header__cta.header-cta.btn.btn--primary {
	width: auto;
	background: var(--blue);
	color: var(--color-on-inverse);
	border: none;
	border-radius: var(--radius-sm);
	padding: 10px 20px;
	font-size: 13px;
	font-weight: 700;
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: background 0.2s, transform 0.15s;
}

.site-header__cta.header-cta.btn.btn--primary:hover {
	background: var(--blue-mid);
	transform: translateY(-1px);
}

/* =============================================================================
   8. Buttons
   ============================================================================= */

.btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 24px;
	border-radius: var(--radius-sm);
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	border: none;
	text-decoration: none;
	transition: background 0.2s, transform 0.15s, border-color 0.2s, color 0.2s, box-shadow 0.2s;
	text-align: center;
	width: 100%;
	max-width: 100%;
}

.btn--primary {
	background: var(--navy);
	color: var(--color-on-inverse);
	box-shadow: 0 4px 0 var(--black-22);
}

.btn--primary:hover {
	background: var(--color-navy-deep);
	transform: translateY(-2px);
	box-shadow: 0 6px 0 var(--black-18);
}

.btn--secondary {
	background: transparent;
	color: var(--navy);
	border: 2px solid var(--navy);
}

.btn--secondary:hover {
	background: var(--navy-06);
}

.btn--contact {
	background: var(--yellow);
	color: var(--text);
}

.btn--contact:hover {
	filter: brightness(0.97);
}

.section--hero.hero .hero__actions .btn--primary,
.section--hero.hero .hero__actions .btn.btn--primary {
	background: var(--navy);
	color: var(--color-on-inverse);
}

.section--hero.hero .hero__actions .btn--secondary,
.section--hero.hero .hero__actions .btn.btn--secondary {
	background: transparent;
	color: var(--navy);
	border: 2px solid var(--navy);
}

.section--cta.cta .cta__actions .btn--primary,
#final-cta .cta__actions .btn--primary {
	background: var(--orange);
	color: var(--color-on-inverse);
	box-shadow: 0 4px 0 var(--black-30);
}

.section--cta.cta .cta__actions .btn--primary:hover,
#final-cta .cta__actions .btn--primary:hover {
	background: var(--orange-dark);
	transform: translateY(-2px);
	box-shadow: 0 6px 0 var(--black-25);
}

.section--cta.cta .cta__actions .btn--secondary,
#final-cta .cta__actions .btn--secondary {
	background: transparent;
	color: var(--color-on-inverse);
	border: 2px solid var(--white-40);
}

.section--cta.cta .cta__actions .btn--secondary:hover,
#final-cta .cta__actions .btn--secondary:hover {
	border-color: var(--white-85);
	background: var(--white-06);
}

/* =============================================================================
   9. Components — Hero
   ============================================================================= */

.section--hero.hero {
	background: var(--yellow);
	position: relative;
	overflow: hidden;
	margin-top: 0;
	min-height: calc(100vh - var(--layout-header-height));
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section--hero.hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='800' height='800' viewBox='0 0 800 800'%3E%3Cg fill='none' stroke='%23000000' stroke-width='1.5' stroke-opacity='0.05'%3E%3Cpath d='M100 200L300 150L250 350Z M300 150L600 200L450 400Z M250 350L450 400L200 600Z M450 400L700 500L550 700Z'/%3E%3Ccircle cx='100' cy='200' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='300' cy='150' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='250' cy='350' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='600' cy='200' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='450' cy='400' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='200' cy='600' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='700' cy='500' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3Ccircle cx='550' cy='700' r='4' fill='%23000000' fill-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E");
	background-size: 600px;
	background-repeat: no-repeat;
	background-position: top right;
}

.hero__inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 60px;
	width: 100%;
	max-width: var(--layout-container-hero);
	margin: 0 auto;
	padding: 48px var(--space-section-x);
	position: relative;
	z-index: 1;
}

.hero__content {
	min-width: 0;
}

.hero__badge {
	display: inline-flex;
	align-items: center;
	gap: 14px;
	background: var(--text);
	color: var(--color-on-inverse);
	padding: 14px 28px 14px 18px;
	border-radius: 99px;
	font-size: 17px;
	font-weight: 800;
	letter-spacing: 0.06em;
	line-height: 1.35;
	margin-bottom: 26px;
	box-shadow: var(--shadow-card-xs);
}

.hero__badge::before {
	content: "";
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: var(--yellow);
	flex-shrink: 0;
}

.hero__title {
	font-size: clamp(32px, 3.5vw, 48px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.15;
	margin-bottom: 16px;
}

.hero__lead {
	font-size: 16px;
	line-height: 1.85;
	color: var(--text-muted);
	margin-bottom: 28px;
}

.hero__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 16px;
}

.hero__actions .btn {
	width: auto;
	min-width: 200px;
}

.hero__note {
	font-size: 13px;
	color: var(--text-muted);
}

.hero-visual {
	min-width: 0;
}

.cal-card {
	background: var(--color-on-inverse);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	box-shadow: 0 12px 40px var(--black-08);
	padding: 20px;
	margin-bottom: 20px;
}

.cal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.cal-month {
	font-size: 14px;
	font-weight: 700;
}

.cal-nav {
	display: flex;
	gap: 8px;
}

.cal-nav button {
	width: 32px;
	height: 32px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	background: var(--surface);
	cursor: pointer;
	font-size: 16px;
	line-height: 1;
}

.cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 6px;
	text-align: center;
	font-size: 12px;
	font-weight: 600;
}

.cal-grid--days {
	margin-top: 2px;
}

.day-label {
	color: var(--text-muted);
	padding: 4px 0;
	font-size: 11px;
}

.cal-day {
	padding: 8px 0;
	border-radius: var(--radius-sm);
	line-height: 1.2;
}

.cal-day--empty {
	visibility: hidden;
	pointer-events: none;
}

.cal-day--tone-yellow {
	background: var(--yellow-light);
	color: var(--text);
}

.cal-day--tone-blue {
	background: var(--blue-light);
	color: var(--navy);
}

.cal-day--tone-orange {
	background: var(--orange-light);
	color: var(--orange-dark);
}

.cal-day--tone-muted {
	background: var(--surface);
	color: var(--text-light);
}

.cal-day.is-today {
	background: #d96916;
	color: #ffffff;
	font-weight: 700;
}

.stat-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 12px;
}

.stat-card {
	display: flex;
	align-items: center;
	gap: 12px;
	background: var(--color-on-inverse);
	border-radius: 14px;
	padding: 16px 20px;
	box-shadow: 0 4px 20px var(--black-07);
	border: 1px solid var(--white-90);
}

.stat-icon {
	width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	flex-shrink: 0;
}

.stat-icon.yellow {
	background: var(--yellow);
}

.stat-icon.blue {
	background: var(--blue-light);
}

.stat-label {
	font-size: 11px;
	color: var(--text-muted);
	line-height: 1.4;
	margin-bottom: 2px;
}

.stat-value {
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	gap: 0.05em;
	font-family: var(--font-display);
	font-size: 28px;
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1;
	color: var(--navy);
	min-height: 1em;
}

.stat-value .count-up {
	display: inline-block;
	min-width: 2ch;
	font-variant-numeric: tabular-nums;
	text-align: right;
}

.stat-value__unit {
	font-size: 0.72em;
	font-weight: 700;
	letter-spacing: 0;
}

/* =============================================================================
   9. Components — Case logo marquee
   ============================================================================= */

.section--logos.logos {
	background: var(--bg);
}

.logos-bar {
	padding: 32px var(--space-section-x);
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
}

.logos-label {
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--orange);
	margin-bottom: 28px;
	text-align: center;
}

.case-logo-marquee {
	overflow: hidden;
	width: 100%;
	white-space: nowrap;
	mask-image: linear-gradient(to right, transparent 0%, var(--color-black) 8%, var(--color-black) 92%, transparent 100%);
	-webkit-mask-image: linear-gradient(to right, transparent 0%, var(--color-black) 8%, var(--color-black) 92%, transparent 100%);
}

.case-logo-track {
	display: flex;
	align-items: center;
	gap: 76px;
	width: max-content;
	margin: 0;
	padding: 0;
	list-style: none;
	animation: marquee 45s linear infinite;
	will-change: transform;
}

.case-logo-track:hover {
	animation-play-state: paused;
}

.case-logo-item {
	flex-shrink: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.case-logo-wrapper {
	display: block;
	line-height: 0;
}

.case-logo-img {
	height: 68px;
	width: auto;
	max-width: 280px;
	object-fit: contain;
	display: block;
}

/* =============================================================================
   9. Components — Pain
   ============================================================================= */

.section--pain.pain {
	background: var(--navy);
	color: var(--white-85);
}

.pain__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.pain__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -0.04em;
	color: var(--color-on-inverse);
	margin-bottom: 8px;
	text-align: center;
}

.pain__lead {
	font-size: 15px;
	color: var(--white-55);
	margin-bottom: 48px;
	text-align: center;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.pain__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 2px;
}

.pain-item.pain__card {
	background: var(--white-05);
	padding: 36px 32px;
	transition: background 0.2s;
	list-style: none;
}

.pain-item.pain__card:hover {
	background: var(--white-09);
}

.pain__icon {
	width: 48px;
	height: 48px;
	background: var(--orange-18);
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--orange);
	margin-bottom: 20px;
}

.pain__icon svg {
	display: block;
}

.pain__card-title {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-on-inverse);
	margin-bottom: 10px;
	letter-spacing: -0.01em;
	line-height: 1.4;
}

.pain__card-text {
	font-size: 13px;
	color: var(--white-55);
	line-height: 1.75;
}

/* =============================================================================
   9. Components — Steps
   ============================================================================= */

.section--steps.steps {
	background: var(--color-on-inverse);
}

.steps__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.steps__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 12px;
}

.steps__list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.step-card.steps__card {
	position: relative;
	overflow: hidden;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 40px 28px 32px;
	list-style: none;
}

.steps__badge {
	position: absolute;
	top: 20px;
	left: 20px;
	background: var(--orange-light);
	color: var(--orange-dark);
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 99px;
}

.steps__num {
	position: absolute;
	top: 16px;
	right: 16px;
	font-family: var(--font-display);
	font-size: 72px;
	font-weight: 900;
	line-height: 1;
	opacity: 0.32;
	color: var(--orange);
	pointer-events: none;
}

.steps__card-title {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
	padding-top: 28px;
}

.steps__card-text {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.75;
}

/* =============================================================================
   9. Components — Features (front)
   ============================================================================= */

.section--features.features {
	background: var(--surface);
}

.features__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.features__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 12px;
}

.features__lead {
	text-align: center;
	color: var(--text-muted);
	max-width: 640px;
	margin: 0 auto 48px;
	line-height: 1.8;
}

.features__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.feature-card.features__card {
	background: var(--color-on-inverse);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 28px 24px;
	display: grid;
	grid-template-columns: 48px 1fr;
	column-gap: 16px;
	row-gap: 8px;
	align-items: start;
	position: relative;
	list-style: none;
}

.features__ribbon {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--blue-light);
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 4px;
}

.features__icon {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
}

.features__card--blue.feature-card.features__card {
	grid-column: span 2;
	background: var(--blue);
	border-color: var(--blue);
	color: var(--color-on-inverse);
}

.feature-card.features__card.features__card--premium {
	border-color: var(--orange-light);
	box-shadow: 0 0 0 1px var(--orange-25);
}

.features__card--blue .features__icon {
	background: var(--white-20);
	color: var(--color-on-inverse);
}

.features__card--blue .features__card-title {
	color: var(--color-on-inverse);
}

.features__card--blue .features__card-text {
	color: var(--color-on-inverse);
	opacity: 0.9;
}

.features__card-title {
	font-size: 16px;
	font-weight: 700;
	margin: 0;
}

.features__card-text {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.7;
	margin: 0;
}

/* =============================================================================
   9. Components — Infographic
   ============================================================================= */

.section--infographic.infographic {
	background: var(--color-on-inverse);
}

.infographic__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.infographic__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 12px;
}

.infographic__lead {
	text-align: center;
	color: var(--text-muted);
	max-width: 720px;
	margin: 0 auto 48px;
	line-height: 1.8;
}

.infographic__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
}

.infographic-card {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 24px;
	text-align: center;
	opacity: 0;
	transform: translateY(30px);
	transition:
		opacity 0.6s ease,
		transform 0.6s ease;
}

.infographic-card.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.infographic-card.is-visible:nth-child(1) {
	transition-delay: 0s;
}

.infographic-card.is-visible:nth-child(2) {
	transition-delay: 0.12s;
}

.infographic-card.is-visible:nth-child(3) {
	transition-delay: 0.24s;
}

.infographic-card__label {
	font-size: 14px;
	font-weight: 700;
	color: var(--text-muted);
	margin: 0 0 16px;
}

.infographic-card__value {
	font-family: var(--font-display);
	font-size: clamp(32px, 4vw, 44px);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.2;
	color: var(--navy);
	margin: 0 0 16px;
}

.infographic-card__value .count-up {
	display: inline-block;
	min-width: 1.5ch;
	font-variant-numeric: tabular-nums;
}

.infographic-card__value .count-up--comma {
	min-width: 5ch;
}

.infographic-card__text {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.75;
	margin: 0;
}

.infographic__action {
	text-align: center;
	margin: 40px 0 0;
}

.infographic__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

/* =============================================================================
   9. Components — Trial embed
   ============================================================================= */

.section--trial-embed {
	background: var(--surface);
	padding: var(--space-section-y) var(--space-section-x);
}

.trial-embed__inner {
	max-width: var(--layout-container-narrow);
	margin: 0 auto;
	text-align: center;
}

.trial-embed__label {
	font-size: 22px;
	font-weight: 800;
	color: var(--orange);
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 12px;
	display: inline-block;
}

.trial-embed__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -0.04em;
	line-height: 1.15;
	margin-bottom: 16px;
	color: var(--text);
}

.trial-embed__lead {
	font-size: 16px;
	color: var(--text-muted);
	line-height: 1.8;
	margin-bottom: 40px;
}

.trial-embed__frame {
	margin: 0 auto;
	padding: 0;
	height: auto;
	background: var(--color-on-inverse);
	border-radius: var(--radius);
	border: 1px solid var(--border);
	overflow: hidden;
	box-shadow: 0 8px 32px var(--black-08);
	display: block;
	line-height: 0;
	font-size: 0;
}

.section--trial-embed .trial-embed__frame iframe,
.section--trial-embed #en-scheduler {
	width: 100%;
	display: block;
	border: none;
	margin: 0;
	padding: 0;
	min-height: 400px;
	height: auto;
	overflow: hidden;
	vertical-align: top;
}

.section--trial-embed .trial-embed__frame script {
	display: block;
	line-height: 0;
	font-size: 0;
}

.trial-embed__note {
	font-size: 12px;
	color: var(--text-light);
	margin-top: 16px;
}

/* =============================================================================
   9. Components — Pricing (front)
   ============================================================================= */

.section--pricing.pricing.pricing--front {
	background: var(--color-on-inverse);
}

.pricing__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.pricing__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 8px;
}

.pricing__lead {
	text-align: center;
	margin-bottom: 40px;
}

.pricing__lead a {
	font-size: 17px;
	font-weight: 600;
	color: var(--blue);
	text-decoration: none;
	border-bottom: 1px solid var(--blue);
	padding-bottom: 2px;
	transition: color 0.2s, border-color 0.2s;
}

.pricing__lead a:hover {
	color: var(--blue-mid);
	border-color: var(--blue-mid);
}

.pricing__cols {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
	max-width: var(--layout-compare-max);
	margin: 0 auto;
}

.pricing__card {
	position: relative;
	border: 2px solid var(--border);
	border-radius: var(--radius);
	padding: 32px 28px;
	background: var(--color-on-inverse);
}

.pricing__card--premium {
	background: var(--blue);
	border-color: var(--blue);
	color: var(--color-on-inverse);
}

.pricing__badge {
	position: absolute;
	top: -12px;
	right: 24px;
	background: var(--orange);
	color: var(--color-on-inverse);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 99px;
}

.pricing__plan {
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 12px;
	color: var(--text-muted);
}

.pricing__card--premium .pricing__plan {
	color: var(--white-75);
}

.pricing__price {
	font-size: clamp(36px, 4vw, 48px);
	font-weight: 900;
	margin-bottom: 8px;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.pricing__yen {
	font-size: clamp(22px, 2.5vw, 28px);
	margin-right: 2px;
}

.pricing__unit {
	font-size: 16px;
	font-weight: 700;
}

.pricing__alt {
	font-size: 18px;
	font-weight: 500;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.pricing__card--premium .pricing__alt {
	color: var(--white-75);
}

.pricing__list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.pricing__list li {
	font-size: 14px;
	padding-left: 22px;
	position: relative;
}

.pricing__list li::before {
	content: "✓";
	position: absolute;
	left: 0;
	font-weight: 700;
	color: var(--blue);
}

.pricing__card--premium .pricing__list li::before {
	color: var(--yellow);
}

.pricing__cta.btn {
	width: 100%;
}

/* =============================================================================
   9. Components — Testimonials
   ============================================================================= */

.section--testimonials.testimonials {
	background: var(--yellow-light);
}

.testimonials__inner {
	max-width: var(--layout-container);
	margin: 0 auto;
}

.testimonials__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}

.testimonials__grid.testimonials-grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.testimonial-card.testimonials__card {
	background: var(--color-on-inverse);
	border-radius: var(--radius);
	padding: 28px;
	list-style: none;
	border: 1px solid var(--border);
}

.testimonial-stars.testimonials__stars {
	color: var(--yellow-dark);
	font-size: 16px;
	margin-bottom: 12px;
	display: block;
	letter-spacing: 2px;
}

.testimonial-text.testimonials__text {
	font-size: 14px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: var(--text);
}

.testimonial-author.testimonials__meta {
	display: flex;
	align-items: center;
	gap: 12px;
}

.author-avatar.testimonials__avatar {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 14px;
	color: var(--text);
	flex-shrink: 0;
}

.testimonials__who {
	min-width: 0;
}

.author-name.testimonials__person {
	font-size: 13px;
	font-weight: 700;
	margin: 0;
}

.author-role.testimonials__facility {
	font-size: 12px;
	color: var(--text-muted);
	margin: 0;
}

/* =============================================================================
   9. Components — FAQ
   ============================================================================= */

.section--faq.faq {
	background: var(--surface);
}

.faq__inner {
	max-width: var(--layout-container-tight);
	margin: 0 auto;
}

.faq__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	text-align: center;
	margin-bottom: 40px;
}

.faq__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.faq-item {
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	overflow: hidden;
	background: var(--color-on-inverse);
}

.faq-q {
	width: 100%;
	background: var(--surface);
	border: none;
	text-align: left;
	padding: 20px 24px;
	font-size: 15px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text);
	transition: background 0.2s;
	gap: 16px;
}

.faq-q:hover {
	background: var(--orange-light);
}

.faq-q__text {
	flex: 1;
}

.faq-q__icon {
	font-size: 18px;
	transition: transform 0.3s;
	line-height: 1;
	width: 1em;
	height: 1em;
	position: relative;
	flex-shrink: 0;
}

.faq-q__icon::after {
	content: "+";
	display: block;
	font-weight: 900;
	text-align: center;
}

.faq-q.open .faq-q__icon {
	transform: rotate(45deg);
}

.faq-a {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.35s ease, padding 0.35s ease;
	padding: 0 24px;
	background: var(--color-on-inverse);
}

.faq-a.open {
	max-height: 400px;
	padding: 16px 24px 24px;
}

.faq-a__inner {
	padding: 0;
}

.faq-a__text {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.8;
	margin: 0;
}

/* =============================================================================
   9. Components — Final CTA
   ============================================================================= */

.section--cta.cta,
#final-cta {
	background: var(--navy);
	padding: var(--space-section-y) var(--space-section-x);
	text-align: center;
	color: var(--color-on-inverse);
}

.cta__inner {
	max-width: 720px;
	margin: 0 auto;
}

.cta__title {
	font-size: clamp(26px, 3vw, 36px);
	font-weight: 900;
	margin-bottom: 12px;
	line-height: 1.3;
}

.cta__lead {
	font-size: 16px;
	color: var(--white-75);
	margin-bottom: 28px;
	line-height: 1.75;
}

.cta__actions {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 16px;
	width: 100%;
	max-width: 480px;
	margin: 0 auto 16px;
}

.cta__actions .btn {
	width: 100%;
}

.cta__note {
	font-size: 12px;
	color: var(--white-50);
	text-align: center;
	margin-top: 8px;
}

/* =============================================================================
   10. Site footer + floating CTA
   ============================================================================= */

.site-footer {
	background: var(--navy);
	color: var(--white-65);
	font-size: 13px;
}

.site-footer__grid.footer-inner {
	display: grid;
	grid-template-columns: 1.5fr 1fr 1fr 1fr;
	gap: 40px;
	padding: 60px var(--space-section-x) 48px;
	max-width: var(--layout-container-max);
	margin: 0 auto;
}

.site-footer__col {
	min-width: 0;
}

.site-footer__col--brand .footer-logo img {
	filter: brightness(0) invert(1);
	max-width: 140px;
	height: auto;
}

.site-footer__tagline {
	font-size: 13px;
	color: var(--white-55);
	margin-top: 12px;
	line-height: 1.7;
}

.site-footer__copy {
	font-size: 12px;
	color: var(--white-35);
	margin-top: 20px;
}

.site-footer__heading {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white-40);
	margin-bottom: 20px;
}

.site-footer__menu,
.site-footer__menu.site-footer__menu--legal {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.site-footer__menu a,
.site-footer__menu--legal a {
	font-size: 13px;
	color: var(--white-60);
	text-decoration: none;
	transition: color 0.2s, padding-left 0.2s;
	display: inline-block;
}

.site-footer__menu a:hover,
.site-footer__menu--legal a:hover,
.footer-links a:hover {
	color: var(--color-on-inverse);
	padding-left: 4px;
}

.footer-links h4 {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: var(--white-40);
	margin-bottom: 16px;
}

.footer-links ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.footer-links a {
	font-size: 13px;
	color: var(--white-60);
	text-decoration: none;
	transition: color 0.2s, padding-left 0.2s;
}

.site-footer__bar {
	border-top: 1px solid var(--white-08);
	padding: 20px var(--space-section-x);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
	max-width: var(--layout-container-max);
	margin: 0 auto;
}

.site-footer__bar-copy {
	font-size: 12px;
	color: var(--white-30);
}

.site-footer__sns {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.site-footer__sns a {
	color: var(--white-45);
	text-decoration: none;
	font-size: 13px;
	transition: color 0.2s;
}

.site-footer__sns a:hover {
	color: var(--white-90);
}

.floating-cta {
	position: fixed;
	bottom: 24px;
	right: 24px;
	z-index: 50;
	background: var(--blue);
	color: var(--color-on-inverse);
	border: none;
	border-radius: 99px;
	padding: 14px 28px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	box-shadow: 0 8px 28px var(--blue-glow-40);
	transition: transform 0.2s, box-shadow 0.2s, opacity 0.3s;
	letter-spacing: 0.02em;
}

.floating-cta:hover {
	transform: translateY(-3px);
	box-shadow: 0 12px 32px var(--blue-glow-50);
}

.floating-cta.hidden {
	opacity: 0;
	pointer-events: none;
}

/* =============================================================================
   11. Templates — static pages (shell, entry, post nav)
   ============================================================================= */

.page-shell {
	max-width: var(--layout-container);
	margin: 0 auto;
	padding: var(--space-section-x) var(--space-section-x) 100px;
}

.page-hero {
	margin-bottom: 40px;
}

.page-hero__title {
	font-size: clamp(28px, 3vw, 40px);
	font-weight: 900;
	letter-spacing: -0.03em;
	line-height: 1.2;
	margin-bottom: 8px;
}

.page-hero__subtitle {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.6;
}

.page-hero.page-hero--single .page-hero__title {
	margin-bottom: 4px;
}

.entry-content {
	font-size: 16px;
	line-height: 1.9;
	color: var(--text);
	max-width: var(--layout-content-max);
}

.entry-content > * + * {
	margin-top: 1em;
}

.entry-content h2 {
	font-size: 1.35rem;
	font-weight: 700;
	color: var(--navy);
	margin: 2.2em 0 0.9em;
	padding: 10px 14px;
	border-left: 4px solid var(--orange);
	background: var(--surface);
	border-radius: 0 8px 8px 0;
}

.entry-content h3 {
	font-size: 1.15rem;
	font-weight: 700;
	color: var(--navy);
	margin: 1.6em 0 0.6em;
	padding-left: 12px;
	border-left: 3px solid var(--blue);
}

.entry-content p {
	margin-bottom: 1.2em;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.5em;
	margin-bottom: 1.2em;
}

.entry-content a {
	color: var(--blue);
	text-decoration: underline;
}

.entry-content a:hover {
	color: var(--blue-mid);
}

.page-single__meta {
	font-size: 14px;
	color: var(--text-muted);
	margin-bottom: 8px;
}

.page-single__featured {
	margin-bottom: 24px;
	border-radius: var(--radius);
	overflow: hidden;
}

.page-single__featured-img {
	width: 100%;
	height: auto;
	display: block;
}

.page-single__back {
	margin-top: 32px;
}

.page-single__back .btn {
	width: auto;
	display: inline-flex;
}

.post-nav {
	display: flex;
	justify-content: space-between;
	gap: 16px;
	flex-wrap: wrap;
	margin-top: 48px;
	padding-top: 24px;
	border-top: 1px solid var(--border);
	font-size: 14px;
}

.post-nav a {
	color: var(--blue);
	font-weight: 600;
	text-decoration: none;
}

.post-nav a:hover {
	text-decoration: underline;
}

.page-bottom-cta {
	text-align: center;
	padding: 56px 0 0;
	border-top: 1px solid var(--border);
	margin-top: 48px;
}

.page-bottom-cta__text {
	font-size: 15px;
	color: var(--text-muted);
	margin-bottom: 20px;
}

.page-bottom-cta .btn--primary {
	width: auto;
	display: inline-flex;
	padding: 16px 40px;
}

.page-bottom-cta--blog .btn--primary {
	margin-top: 8px;
}

/* =============================================================================
   11. Templates — Feature page
   ============================================================================= */

.page-feature__grid {
	list-style: none;
	padding: 0;
	margin: 0 0 48px;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}

.page-feature__card.feature-card {
	background: var(--color-on-inverse);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 28px 24px;
	display: grid;
	grid-template-columns: 48px 1fr;
	gap: 12px 16px;
	align-items: start;
	position: relative;
	list-style: none;
}

.page-feature__card--accent.page-feature__card {
	grid-column: span 2;
	background: var(--blue);
	border-color: var(--blue);
	color: var(--color-on-inverse);
}

.page-feature__badge {
	position: absolute;
	top: 12px;
	right: 12px;
	background: var(--blue-light);
	color: var(--blue);
	font-size: 11px;
	font-weight: 700;
	padding: 4px 10px;
	border-radius: 4px;
}

.page-feature__card--accent .page-feature__badge {
	background: var(--white-20);
	color: var(--color-on-inverse);
}

.page-feature__icon {
	grid-row: span 2;
	width: 48px;
	height: 48px;
	border-radius: 12px;
	background: var(--yellow);
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-feature__card--accent .page-feature__icon {
	background: var(--white-20);
}

.page-feature__card-title {
	font-size: 17px;
	font-weight: 700;
	margin: 0;
}

.page-feature__card-text {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.75;
	margin: 0;
}

.page-feature__card--accent .page-feature__card-title {
	color: var(--color-on-inverse);
}

.page-feature__card--accent .page-feature__card-text {
	color: var(--color-on-inverse);
	opacity: 0.9;
}

/* =============================================================================
   11. Templates — Pricing page
   ============================================================================= */

.page-pricing__billing-toggle {
	display: flex;
	justify-content: center;
	gap: 0;
	margin: 0 auto 32px;
	padding: 4px;
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: 99px;
	width: fit-content;
	max-width: 100%;
	flex-wrap: wrap;
}

.page-pricing__billing-btn {
	padding: 10px 20px;
	border: none;
	border-radius: 99px;
	font-size: 14px;
	font-weight: 700;
	font-family: inherit;
	cursor: pointer;
	background: transparent;
	color: var(--text-muted);
	transition: background 0.2s, color 0.2s;
}

.page-pricing__billing-btn--active {
	background: var(--yellow);
	color: var(--text);
	box-shadow: 0 1px 0 var(--black-08);
}

.page-pricing__cols {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 24px;
	max-width: var(--layout-pricing-grid-max);
	margin: 0 auto 48px;
}

.page-pricing__card {
	position: relative;
	border: 2px solid var(--border);
	border-radius: var(--radius);
	padding: 36px 28px;
	background: var(--color-on-inverse);
}

.page-pricing__card--premium {
	border-color: var(--blue);
	background: var(--blue);
	color: var(--color-on-inverse);
}

.page-pricing__card--unlimited {
	border-color: var(--yellow-dark);
}

.page-pricing__reco {
	position: absolute;
	top: -14px;
	right: 24px;
	background: var(--orange);
	color: var(--color-on-inverse);
	font-size: 12px;
	font-weight: 700;
	padding: 6px 14px;
	border-radius: 99px;
}

.page-pricing__plan {
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: var(--text-muted);
	margin-bottom: 16px;
}

.page-pricing__card--premium .page-pricing__plan {
	color: var(--white-75);
}

.page-pricing__price {
	display: flex;
	align-items: baseline;
	gap: 4px;
	flex-wrap: wrap;
	margin-bottom: 8px;
}

.page-pricing__price--inquiry {
	justify-content: center;
}

.page-pricing__yen {
	font-size: 16px;
	font-weight: 700;
}

.page-pricing__price-inquiry {
	font-size: clamp(20px, 2.5vw, 28px);
	font-weight: 900;
	line-height: 1.3;
	letter-spacing: -0.02em;
}

.page-pricing__unit {
	font-size: 13px;
	font-weight: 700;
}

.page-pricing__sublabel {
	font-size: 13px;
	color: var(--text-muted);
	margin-bottom: 20px;
	min-height: 1.4em;
}

.page-pricing__sublabel.is-hidden {
	display: none;
}

.page-pricing__sublabel--static {
	margin-bottom: 20px;
}

.page-pricing__card--premium .page-pricing__sublabel {
	color: var(--white-65);
}

.page-pricing__list {
	list-style: none;
	padding: 0;
	margin: 0 0 24px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	flex: 1;
}

.page-pricing__list li {
	font-size: 14px;
	display: flex;
	align-items: flex-start;
	gap: 8px;
	line-height: 1.5;
}

.page-pricing__list li::before {
	content: "✓";
	font-weight: 700;
	color: var(--blue);
	flex-shrink: 0;
}

.page-pricing__card--premium .page-pricing__list li::before {
	color: var(--yellow);
}

.page-pricing__card .btn {
	width: 100%;
}

.page-pricing__compare-scroll {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 48px;
}

.page-pricing__compare-wrap {
	max-width: var(--layout-compare-max);
	margin: 0 auto;
}

.page-pricing__compare.pricing-compare-table {
	width: 100%;
	border-collapse: collapse;
	border-radius: 12px;
	overflow: hidden;
	box-shadow: 0 2px 16px var(--black-06);
}

.page-pricing__compare.pricing-compare-table thead th {
	font-weight: 700;
	padding: 14px 20px;
	border-bottom: 1px solid var(--border);
	text-align: center;
	vertical-align: middle;
}

.page-pricing__compare.pricing-compare-table thead th:nth-child(1) {
	background: var(--text);
	color: var(--color-on-inverse);
}

.page-pricing__compare.pricing-compare-table thead th:nth-child(2) {
	background: var(--surface);
	color: var(--text);
}

.page-pricing__compare.pricing-compare-table thead th.page-pricing__compare-th--premium {
	background: var(--blue);
	color: var(--color-on-inverse);
}

.page-pricing__compare.pricing-compare-table thead th.page-pricing__compare-th--unlimited {
	background: var(--color-slate);
	color: var(--color-on-inverse);
}

.page-pricing__compare.pricing-compare-table tbody tr:nth-child(odd) th,
.page-pricing__compare.pricing-compare-table tbody tr:nth-child(odd) td {
	background: var(--color-on-inverse);
}

.page-pricing__compare.pricing-compare-table tbody tr:nth-child(even) th,
.page-pricing__compare.pricing-compare-table tbody tr:nth-child(even) td {
	background: var(--color-table-stripe);
}

.page-pricing__compare.pricing-compare-table td,
.page-pricing__compare.pricing-compare-table tbody th {
	padding: 14px 20px;
	border-bottom: 1px solid var(--border);
	vertical-align: middle;
	font-size: 14px;
}

.page-pricing__compare-mark--yes {
	color: var(--blue);
	font-weight: 700;
}

.page-pricing__compare-mark--no {
	color: var(--color-symbol-muted);
}

.page-pricing__faq {
	max-width: var(--layout-container-tight);
	margin: 0 auto 48px;
	padding-top: 48px;
	border-top: 1px solid var(--border);
}

.page-pricing__faq-title {
	font-size: 22px;
	font-weight: 900;
	margin-bottom: 24px;
}

.page-pricing__faq-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.page-pricing__faq-q {
	font-weight: 700;
	font-size: 15px;
}

.page-pricing__faq-a {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.7;
	margin: 0;
	padding-top: 6px;
}

/* =============================================================================
   11. Templates — Contact, trial, case, 404, archives intro
   ============================================================================= */

.page-contact__grid {
	display: grid;
	grid-template-columns: 1fr 2.2fr;
	gap: 48px;
	align-items: start;
	max-width: var(--layout-pricing-grid-max);
	margin: 0 auto;
}

.page-contact__lead {
	font-size: 15px;
	line-height: 1.8;
	margin-bottom: 16px;
	color: var(--text-muted);
}

.pardot-form-wrapper,
.docusign-form-wrapper {
	background: var(--surface);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	padding: 32px;
}

.pardot-form-wrapper label,
.docusign-form-wrapper label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
	font-size: 14px;
}

.pardot-form-wrapper input,
.pardot-form-wrapper select,
.pardot-form-wrapper textarea,
.docusign-form-wrapper input,
.docusign-form-wrapper select,
.docusign-form-wrapper textarea {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
	font: inherit;
	font-size: 15px;
	padding: 12px 14px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	margin-bottom: 12px;
}

.pardot-form-wrapper iframe,
.docusign-form-wrapper iframe {
	display: block;
	width: 100%;
	max-width: 100%;
	border: none;
}

.form-placeholder {
	text-align: center;
	padding: 32px 16px;
	color: var(--text-muted);
	font-size: 14px;
}

.page-trial__notice {
	margin-bottom: 24px;
	color: var(--text-muted);
	font-size: 14px;
}

.page-trial .docusign-form-wrapper {
	overflow: visible;
}

.page-trial .docusign-form-wrapper iframe {
	height: 1600px !important;
	min-height: 1600px;
}

/* Contact — Pardot iframe (article.page-contact 配下の iframe に確実に適用) */
article.page-contact .page-contact__form,
article.page-contact .pardot-form-wrapper,
article.page-contact .wp-block-html {
	overflow: auto !important;
	max-height: none;
}

article.page-contact .page-contact__form iframe,
article.page-contact .pardot-form-wrapper iframe,
article.page-contact iframe {
	display: block !important;
	width: 100% !important;
	max-width: 100% !important;
	max-height: none !important;
	overflow: auto !important;
	min-height: 1550px !important;
	height: 1550px !important;
}

.page-case__empty {
	font-size: 15px;
	color: var(--text-muted);
	line-height: 1.8;
	margin-bottom: 32px;
}

.page-case__empty a {
	color: var(--blue);
	font-weight: 600;
}

.page-error404__message {
	margin-bottom: 24px;
	color: var(--text-muted);
}

.page-error404__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 32px;
}

.page-error404__actions .btn {
	width: auto;
}

.page-error404__search .search-form {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
}

.page-error404__search .search-field {
	flex: 1;
	min-width: 200px;
	padding: 12px 14px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	font: inherit;
}

.page-error404__search .search-submit {
	padding: 12px 20px;
	background: var(--navy);
	color: var(--color-on-inverse);
	border: none;
	border-radius: var(--radius-sm);
	font-weight: 700;
	cursor: pointer;
}

.archive-blog__grid {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
}

.archive-blog__card {
	list-style: none;
}

.archive-blog__card-link {
	text-decoration: none;
	color: inherit;
	display: block;
	height: 100%;
	background: var(--color-on-inverse);
	border: 1px solid var(--border);
	border-radius: var(--radius);
	overflow: hidden;
	transition: transform 0.2s, box-shadow 0.2s;
}

.archive-blog__card-link:hover {
	transform: translateY(-4px);
	box-shadow: 0 12px 32px var(--black-08);
}

.archive-blog__thumb {
	aspect-ratio: 16 / 9;
	overflow: hidden;
	background: var(--yellow-light);
	display: flex;
	align-items: center;
	justify-content: center;
}

.archive-blog__thumb--placeholder {
	color: var(--text-muted);
	font-weight: 700;
}

.archive-blog__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.archive-blog__placeholder-label {
	font-size: 14px;
	font-weight: 700;
}

.archive-blog__body {
	padding: 20px;
}

.archive-blog__date {
	font-size: 12px;
	color: var(--text-light);
	display: block;
	margin-bottom: 8px;
}

.archive-blog__title {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.4;
}

.archive-blog__excerpt {
	font-size: 14px;
	color: var(--text-muted);
	line-height: 1.7;
}

.archive-blog__pagination.pagination,
.archive-info__pagination.pagination {
	margin-top: 40px;
	display: flex;
	justify-content: center;
}

.pagination .page-numbers {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	justify-content: center;
}

.pagination a.page-numbers,
.pagination span.page-numbers {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	color: var(--text);
	background: var(--color-on-inverse);
}

.pagination span.page-numbers.current {
	background: var(--yellow);
	border-color: var(--yellow);
	color: var(--text);
}

.archive-info__list {
	list-style: none;
	padding: 0;
	margin: 0;
	max-width: 100%;
	width: 100%;
}

.archive-info__item {
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 16px 0;
	border-bottom: 1px solid var(--border);
}

.archive-info__tags {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-self: center;
	justify-content: center;
	gap: 6px;
	flex: 0 0 150px;
	width: 150px;
	flex-shrink: 0;
}

.archive-info__tag {
	display: block;
	box-sizing: border-box;
	width: 100%;
	text-align: center;
	white-space: nowrap;
	padding: 3px 10px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	color: var(--orange-dark);
	background: var(--orange-light);
	border: 1px solid var(--orange-22);
}

.archive-info__date {
	font-size: 13px;
	color: var(--text-light);
	flex-shrink: 0;
	width: 80px;
}

.archive-info__link {
	flex: 1;
	min-width: 0;
	font-weight: 600;
	color: var(--text);
	text-decoration: none;
	line-height: 1.5;
}

.archive-info__link:hover {
	color: var(--blue);
}

.archive-info__empty {
	color: var(--text-muted);
	margin-top: 24px;
}

/* =============================================================================
   13. Responsive — max-width: 960px (single @media in this file)
   =============================================================================
   Note: Custom properties cannot be used in @media conditions; literal 960px kept.
   ============================================================================= */

@media (max-width: 960px) {
	.section {
		padding: var(--space-section-y-tight) var(--space-section-x-tight);
	}

	.site-header {
		padding: 0 var(--space-header-x-mobile);
	}

	.site-nav {
		display: none;
	}

	.site-header__actions {
		gap: 8px;
	}

	.site-header__login.btn.btn--header-login,
	.site-header__cta.header-cta.btn.btn--primary {
		padding: 8px 12px;
		font-size: 12px;
	}

	.section--hero.hero {
		min-height: calc(100vh - var(--layout-header-height));
		padding: 0;
	}

	.hero__inner {
		grid-template-columns: 1fr;
		align-items: center;
		padding: 40px var(--space-section-x-tight);
	}

	.hero-visual {
		display: none;
	}

	.hero__actions .btn {
		width: 100%;
	}

	.pain__grid,
	.steps__list,
	.infographic__grid,
	.features__grid,
	.testimonials__grid.testimonials-grid,
	.pricing__cols,
	.archive-blog__grid,
	.page-feature__grid,
	.page-pricing__cols,
	.page-contact__grid {
		grid-template-columns: 1fr;
	}

	.features__card--blue.feature-card.features__card {
		grid-column: span 1;
	}

	.page-feature__card--accent.page-feature__card {
		grid-column: span 1;
	}

	.stat-row {
		grid-template-columns: 1fr;
	}

	.site-footer__grid.footer-inner {
		grid-template-columns: 1fr;
		padding: 48px var(--space-section-x-tight) 40px;
	}

	.site-footer__bar {
		padding: 16px var(--space-section-x-tight);
		flex-direction: column;
		align-items: flex-start;
	}

	.logos-bar {
		padding: var(--space-section-x-tight);
	}

	.case-logo-track {
		gap: 48px;
		animation-duration: 50s;
	}

	.case-logo-img {
		height: 52px;
		max-width: 220px;
	}

	.page-shell {
		padding: 60px var(--space-section-x-tight) 80px;
	}

	.section--trial-embed {
		padding: var(--space-section-y-tight) var(--space-section-x-tight);
	}

	.section--trial-embed .trial-embed__frame iframe,
	.section--trial-embed #en-scheduler {
		min-height: 380px;
	}

	.page-contact__grid {
		gap: 32px;
	}

	.page-contact__intro,
	.page-contact__form {
		width: 100%;
		min-width: 0;
	}

	.pardot-form-wrapper,
	.docusign-form-wrapper {
		width: 100%;
		min-width: 0;
		padding: 20px 16px;
		box-sizing: border-box;
	}

	.pardot-form-wrapper iframe,
	.docusign-form-wrapper iframe {
		width: 100% !important;
		max-width: 100%;
	}

	.page-trial .docusign-form-wrapper iframe {
		height: 1600px !important;
		min-height: 1600px;
	}

	article.page-contact .page-contact__form,
	article.page-contact .pardot-form-wrapper,
	article.page-contact .wp-block-html {
		overflow: auto !important;
	}

	article.page-contact .page-contact__form iframe,
	article.page-contact .pardot-form-wrapper iframe,
	article.page-contact iframe {
		overflow: auto !important;
		min-height: 1650px !important;
		height: 1650px !important;
	}

	.pardot-form-wrapper form > p,
	.pardot-form-wrapper .form-field,
	.docusign-form-wrapper form > p,
	.docusign-form-wrapper .form-field {
		display: flex;
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
		width: 100%;
	}

	.pardot-form-wrapper form table,
	.docusign-form-wrapper form table {
		width: 100%;
	}

	.pardot-form-wrapper form tr,
	.docusign-form-wrapper form tr {
		display: flex;
		flex-direction: column;
		gap: 8px;
		margin-bottom: 16px;
	}

	.pardot-form-wrapper form td,
	.docusign-form-wrapper form td {
		display: block;
		width: 100% !important;
		padding: 0;
	}

	.pardot-form-wrapper label,
	.docusign-form-wrapper label {
		width: 100%;
	}

	.section--cta.cta,
	#final-cta {
		padding: var(--space-section-y-tight) var(--space-section-x-tight);
	}

	.cta__actions {
		max-width: 100%;
	}

	.page-pricing__compare-scroll {
		overflow-x: auto;
	}

	.page-legal__container {
		padding-bottom: 32px;
	}

	.page-legal .page-legal__table th,
	.page-legal .page-legal__table td {
		display: block;
		width: 100%;
		min-width: 0;
		white-space: normal;
	}

	.page-legal .page-legal__table th {
		border-bottom: none;
		padding-bottom: 6px;
	}

	.page-legal .page-legal__table td {
		padding-top: 0;
		padding-bottom: 16px;
	}

	.site-footer--terms-service .site-footer__bar--minimal {
		padding: 16px var(--space-section-x-tight);
	}
}

/* =============================================================================
   12. Archives / blog / info (continued)
   ============================================================================= */

/* お知らせ・サポートブログ カテゴリフィルター */
.archive-info__cats,
.archive-blog__cats {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 32px;
}

.archive-info__cat-btn,
.archive-blog__cat-btn {
	display: inline-block;
	padding: 8px 22px;
	border-radius: 99px;
	font-size: 13px;
	font-weight: 600;
	color: var(--text-muted);
	background: var(--surface);
	border: 1px solid var(--border);
	text-decoration: none;
	white-space: nowrap;
	transition: all 0.2s;
}

.archive-info__cat-btn:hover,
.archive-info__cat-btn.is-active,
.archive-blog__cat-btn:hover,
.archive-blog__cat-btn.is-active {
	background: var(--orange);
	color: var(--color-on-inverse);
	border-color: var(--orange);
}

/* =============================================================================
   14. Legal Pages
   ============================================================================= */

.page-legal__container {
	max-width: var(--layout-content-max);
	margin: 0 auto;
	padding: 0 0 48px;
}

.page-legal {
	font-family: var(--font-body);
	color: var(--color-text);
	font-size: 15px;
	line-height: 1.8;
	text-align: left;
}

.page-legal__title {
	letter-spacing: -0.02em;
}

.page-legal .page-legal__heading {
	font-size: 1.2rem;
	font-weight: 700;
	color: var(--navy);
	margin: 2.5em 0 0.85em;
	padding-bottom: 0.45em;
	border-bottom: 2px solid var(--border);
	line-height: 1.45;
}

.page-legal > .page-legal__heading:first-child,
.page-legal > .page-legal__text:first-child {
	margin-top: 0;
}

.page-legal .page-legal__text {
	font-size: 15px;
	line-height: 1.8;
	color: var(--color-text);
	margin: 0 0 1.25em;
}

.page-legal .page-legal__text:last-child {
	margin-bottom: 0;
}

.page-legal .page-legal__text a {
	color: var(--blue);
	text-decoration: underline;
}

.page-legal .page-legal__text a:hover {
	color: var(--blue-mid);
}

.page-legal .page-legal__list {
	margin: 0 0 1.5em;
	padding-left: 1.5em;
}

.page-legal .page-legal__list li {
	margin-bottom: 0.65em;
	line-height: 1.8;
}

.page-legal .page-legal__list li:last-child {
	margin-bottom: 0;
}

.page-legal .page-legal__list .page-legal__list {
	margin-top: 0.5em;
	margin-bottom: 0.75em;
}

.page-legal .page-legal__table {
	width: 100%;
	border-collapse: collapse;
	margin: 0 0 2em;
	font-size: 14px;
	line-height: 1.75;
	background: var(--color-on-inverse);
	border: 1px solid var(--border);
	border-radius: var(--radius-sm);
	overflow: hidden;
}

.page-legal .page-legal__table th,
.page-legal .page-legal__table td {
	padding: 14px 18px;
	border-bottom: 1px solid var(--border);
	vertical-align: top;
	text-align: left;
}

.page-legal .page-legal__table tr:last-child th,
.page-legal .page-legal__table tr:last-child td {
	border-bottom: none;
}

.page-legal .page-legal__table th {
	width: 32%;
	min-width: 9em;
	font-weight: 700;
	color: var(--navy);
	background: var(--surface);
	white-space: nowrap;
}

.page-legal .page-legal__table td {
	color: var(--color-text);
}

/* Terms service — consent view (minimal chrome) */
.site-header--terms-service .site-header__inner {
	justify-content: center;
}

.site-footer--terms-service {
	padding: 0;
}

.site-footer--terms-service .site-footer__bar--minimal {
	border-top: 1px solid var(--border);
	padding: 20px var(--space-section-x);
	justify-content: center;
	max-width: none;
	margin: 0;
}

.page-terms-service {
	padding-top: 0;
}

.page-terms-service .page-hero {
	text-align: center;
	margin-bottom: 32px;
}

.page-terms-service .page-legal__title {
	text-align: center;
}

/* =============================================================================
   14. Mobile drawer navigation (appended — max-width: 960px only)
   ============================================================================= */

.mobile-menu-toggle,
.mobile-menu-overlay,
.mobile-drawer-nav {
	display: none;
}

@media (max-width: 960px) {
	.mobile-menu-toggle {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		flex-shrink: 0;
		width: 44px;
		height: 44px;
		margin: 0;
		padding: 0;
		border: none;
		border-radius: var(--radius-sm);
		background: transparent;
		cursor: pointer;
		gap: 6px;
		-webkit-tap-highlight-color: transparent;
	}

	.mobile-menu-toggle span {
		display: block;
		width: 22px;
		height: 2px;
		border-radius: 2px;
		background: var(--navy);
		transition: transform 0.25s ease, opacity 0.2s ease;
	}

	.mobile-menu-toggle:focus-visible {
		outline: 2px solid var(--blue);
		outline-offset: 2px;
	}

	body.nav-open .mobile-menu-toggle span:nth-child(1) {
		transform: translateY(8px) rotate(45deg);
	}

	body.nav-open .mobile-menu-toggle span:nth-child(2) {
		opacity: 0;
	}

	body.nav-open .mobile-menu-toggle span:nth-child(3) {
		transform: translateY(-8px) rotate(-45deg);
	}

	.mobile-menu-overlay {
		display: block;
		position: fixed;
		inset: 0;
		z-index: 110;
		background: rgba(15, 23, 42, 0.45);
		opacity: 0;
		visibility: hidden;
		pointer-events: none;
		transition: opacity 0.25s ease, visibility 0.25s ease;
	}

	body.nav-open .mobile-menu-overlay {
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
	}

	.mobile-drawer-nav {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 120;
		width: min(320px, 88vw);
		height: 100%;
		height: 100dvh;
		padding: calc(var(--layout-header-height) + 24px) 24px 32px;
		background: var(--color-on-inverse);
		border-left: 1px solid var(--border);
		box-shadow: -8px 0 32px rgba(30, 58, 95, 0.12);
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		transform: translateX(100%);
		transition: transform 0.3s ease;
	}

	body.nav-open .mobile-drawer-nav {
		transform: translateX(0);
	}

	body.nav-open {
		overflow: hidden;
	}

	.mobile-drawer-nav__list {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.mobile-drawer-nav__list li {
		list-style: none;
		border-bottom: 1px solid var(--border);
	}

	.mobile-drawer-nav__list li:last-child {
		border-bottom: none;
	}

	.mobile-drawer-nav__list a {
		display: block;
		padding: 16px 4px;
		font-size: 15px;
		font-weight: 600;
		color: var(--navy);
		text-decoration: none;
		transition: color 0.2s;
	}

	.mobile-drawer-nav__list a:hover,
	.mobile-drawer-nav__list a:focus-visible {
		color: var(--blue);
	}
}

/* =============================================================================
   15. Mobile header layout refinements (appended — max-width: 960px only)
   ============================================================================= */

@media (max-width: 960px) {
	.site-header {
		height: 56px;
		min-height: 56px;
	}

	.site-header-spacer {
		height: 56px;
	}

	.site-header__inner {
		flex-wrap: nowrap;
		justify-content: space-between;
		align-items: center;
		gap: 12px;
		height: 100%;
		min-height: 0;
	}

	.logo {
		flex-shrink: 0;
		min-width: 0;
	}

	.logo img {
		height: 36px;
	}

	.site-header__actions {
		display: none;
	}

	.mobile-menu-toggle {
		flex-shrink: 0;
		margin-left: auto;
	}

	.mobile-drawer-nav {
		padding-top: calc(56px + 20px);
	}

	.mobile-drawer-nav__actions {
		display: flex;
		flex-direction: column;
		gap: 12px;
		margin-top: 28px;
		padding-top: 24px;
		border-top: 1px solid var(--border);
	}

	.mobile-drawer-nav__login.btn.btn--header-login,
	.mobile-drawer-nav__cta.header-cta.btn.btn--primary {
		width: 100%;
		box-sizing: border-box;
		padding: 14px 20px;
		font-size: 14px;
		font-weight: 700;
		text-align: center;
		justify-content: center;
		white-space: nowrap;
	}

	.mobile-drawer-nav__login.btn.btn--header-login {
		background: var(--color-on-inverse);
		color: var(--navy);
		border: 1px solid var(--navy);
		box-shadow: none;
	}

	.mobile-drawer-nav__login.btn.btn--header-login:hover {
		background: var(--navy-06);
		border-color: var(--color-navy-deep);
		color: var(--color-navy-deep);
		transform: none;
	}

	.mobile-drawer-nav__cta.header-cta.btn.btn--primary {
		background: var(--blue);
		color: var(--color-on-inverse);
		border: none;
	}

	.mobile-drawer-nav__cta.header-cta.btn.btn--primary:hover {
		background: var(--blue-mid);
		transform: none;
	}

	.site-main {
		min-height: 0;
	}

	.section--hero.hero {
		min-height: calc(100vh - 56px);
	}
}

/* =============================================================================
   16. Archive info list — mobile layout (max-width: 960px only)
   ============================================================================= */

@media (max-width: 960px) {
	.archive-info__item {
		flex-direction: column;
		align-items: stretch;
		gap: 8px;
	}

	.archive-info__date {
		width: auto;
	}

	.archive-info__tags {
		flex: none;
		width: 100%;
		max-width: none;
		justify-content: flex-start;
		align-self: stretch;
	}

	.archive-info__link {
		flex: none;
		width: 100%;
		min-width: 0;
	}
}

/* =============================================================================
   17. Single info — title and content width alignment
   ============================================================================= */

.page-single.page-single--info .page-hero {
	max-width: var(--layout-content-max);
	width: 100%;
}
