/*
Theme Name: PROBuild LP
Theme URI: https://example.com/probuild
Author: HOUSEGATE
Description: 建設業専門の営業支援サービス「PROBuild」用ランディングページテーマ。
Version: 1.1.8
Requires at least: 6.4
Requires PHP: 7.4
Text Domain: probuild
*/

:root {
	--orange: #e8821e;
	--orange-deep: #c77a2e;
	--dark: #1a1512;
	--body: #3a322c;
	--muted: #8a7e75;
	--cream: #f5efe0;
	--white: #fff;
	--line: rgba(45, 33, 20, 0.14);
	--container: 1180px;
	--ease: cubic-bezier(.22, 1, .36, 1);
}

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

html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }

body {
	margin: 0;
	max-width: 100%;
	overflow-x: hidden;
	background: var(--cream);
	color: var(--body);
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

body.menu-open { overflow: hidden; }

img { max-width: 100%; height: auto; }
a { color: inherit; }
button, input, textarea { font: inherit; }

h1, h2, h3, p, figure, ul, dl, dd, blockquote { margin-top: 0; }
h1, h2, h3 { color: var(--dark); font-weight: 900; word-break: keep-all; overflow-wrap: break-word; }
p { line-height: 1.9; }
.mobile-break { display: none; }

.container { width: min(calc(100% - 48px), var(--container)); margin-inline: auto; }
.container--narrow { max-width: 900px; }
.container--form { max-width: 800px; }

.section { padding: 120px 0; }
.section-white { background: var(--white); }
.section-cream { background: var(--cream); }
.section-dark { background: var(--dark); color: var(--white); }
.section-dark h2, .section-dark h3 { color: var(--white); }

.section-label {
	margin-bottom: 28px;
	color: var(--orange-deep);
	font-family: Inter, sans-serif;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: .18em;
}

.section-title {
	margin-bottom: 64px;
	font-size: clamp(30px, 4vw, 52px);
	line-height: 1.3;
	letter-spacing: -.03em;
}

.section-intro { margin: -45px 0 64px; max-width: 700px; }
.muted-light { color: rgba(255,255,255,.5); }
.fine-print { color: rgba(255,255,255,.35); font-size: 11px; }
.orange { color: var(--orange) !important; }

.button-row { display: flex; flex-wrap: wrap; gap: 16px; }
.button-row--center { justify-content: center; }

.button {
	display: inline-flex;
	min-height: 54px;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 15px 30px;
	border: 1px solid var(--orange);
	border-radius: 4px;
	background: var(--orange);
	color: var(--white);
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
	transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .25s;
}

.button:hover { transform: translateY(-2px); box-shadow: 0 10px 25px rgba(26,21,18,.15); }
.button--small { min-height: 40px; padding: 9px 20px; font-size: 13px; }
.button--outline { border-color: var(--dark); background: transparent; color: var(--dark); }
.button--ghost-light { border-color: rgba(255,255,255,.5); background: rgba(255,255,255,.08); color: var(--white); }
.button--white { border-color: var(--white); background: var(--white); color: var(--dark); }
.button--submit { width: 100%; border: 0; cursor: pointer; }

.skip-link {
	position: fixed;
	top: 10px;
	left: 10px;
	z-index: 1000;
	padding: 10px 14px;
	background: var(--white);
	color: var(--dark);
	transform: translateY(-150%);
}
.skip-link:focus { transform: none; }

.site-header {
	position: fixed;
	inset: 0 0 auto;
	z-index: 100;
	height: 64px;
	background: rgba(255,255,255,.94);
	color: var(--dark);
	box-shadow: 0 1px 0 rgba(0,0,0,.06);
	backdrop-filter: blur(10px);
	transition: background .3s, color .3s, box-shadow .3s;
}

body.admin-bar .site-header { top: 32px; }

.site-header.is-scrolled,
.site-header.is-menu-open {
	background: rgba(255,255,255,.97);
	color: var(--dark);
	box-shadow: 0 1px 0 rgba(0,0,0,.07);
	backdrop-filter: blur(10px);
}

.site-header__inner { display: flex; height: 64px; align-items: center; justify-content: space-between; }
.brand { color: inherit; font-family: Inter, sans-serif; font-size: 22px; font-style: normal; font-weight: 700; letter-spacing: -.04em; text-decoration: none; }
.brand em { color: var(--orange); font-style: normal; }
.custom-logo { display: block; width: auto; max-height: 42px; }

.site-nav { display: flex; align-items: center; gap: 28px; }
.site-nav__list { display: flex; align-items: center; gap: 28px; margin: 0; padding: 0; list-style: none; }
.site-nav__list a { color: inherit; font-size: 13px; font-weight: 600; text-decoration: none; }
.site-nav__list a:hover { color: var(--orange); }
.nav-toggle { display: none; width: 42px; height: 42px; padding: 9px; border: 0; background: transparent; color: inherit; cursor: pointer; }
.nav-toggle span { display: block; width: 24px; height: 2px; margin: 5px 0; background: currentColor; transition: transform .25s, opacity .25s; }

.hero {
	position: relative;
	overflow: hidden;
	padding-top: 64px;
	background: var(--white);
}

.hero__layout { display: grid; height: 620px; min-height: 0; grid-template-columns: 52% 48%; }
.hero__content { align-self: center; min-width: 0; padding: 64px 30px 76px clamp(32px, 5vw, 86px); }
.hero__eyebrow { margin-bottom: 12px; color: var(--dark); font-size: 16px; font-weight: 800; letter-spacing: .04em; }
.hero__english { margin-bottom: 20px; color: var(--orange); font-family: Inter, sans-serif; font-size: 21px; font-weight: 500; letter-spacing: .02em; line-height: 1.3; }
.hero h1 { margin-bottom: 42px; color: var(--dark); font-size: clamp(34px, 3.1vw, 58px); line-height: 1.2; letter-spacing: -.04em; line-break: strict; overflow-wrap: normal; white-space: nowrap; }
.hero__metrics { display: flex; gap: clamp(12px, 1.7vw, 26px); }
.hero__metrics > div { display: grid; width: clamp(118px, 9.5vw, 150px); aspect-ratio: 1; place-content: center; border: 1.5px solid var(--orange); border-radius: 50%; color: var(--dark); text-align: center; }
.hero__metrics small { display: block; font-size: 12px; font-weight: 700; }
.hero__metrics strong { display: inline-block; color: var(--orange); font-family: Inter, sans-serif; font-size: clamp(42px, 3.8vw, 58px); font-weight: 700; line-height: .95; }
.hero__metrics > div:first-child strong { font-size: clamp(34px, 3.1vw, 47px); }
.hero__metrics span { color: var(--orange-deep); font-size: 11px; font-weight: 700; }
.hero__collage { display: grid; min-width: 0; min-height: 0; overflow: hidden; grid-template-columns: repeat(3, 1fr); grid-template-rows: repeat(3, minmax(0, 1fr)); clip-path: polygon(12% 0, 100% 0, 89% 100%, 0 100%); background: var(--cream); }
.hero__collage img { width: 100%; height: 100%; min-width: 0; min-height: 0; object-fit: cover; }
.hero__collage img:first-child { object-position: 62% center; }
.hero__orange { position: relative; z-index: 2; margin-top: -40px; padding: 84px 0 42px; background: linear-gradient(135deg, #ffb000 0%, var(--orange) 70%, #ee6500 100%); clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 100%); color: var(--white); }
.hero__orange-inner { display: grid; grid-template-columns: 1.15fr .85fr; gap: 60px; align-items: center; }
.hero__message h2 { margin-bottom: 14px; color: var(--white); font-size: clamp(32px, 3.5vw, 46px); line-height: 1.25; letter-spacing: -.03em; }
.hero__message p { max-width: 680px; margin: 0; color: rgba(255,255,255,.9); font-size: 15px; font-weight: 600; }
.hero__actions { display: grid; gap: 24px; }
.hero__points { display: grid; gap: 10px; margin: 0; padding: 0; color: var(--white); list-style: none; }
.hero__points li { position: relative; padding-left: 24px; font-size: 14px; font-weight: 700; }
.hero__points li::before { position: absolute; top: .05em; left: 0; color: var(--white); content: "✓"; font-size: 15px; font-weight: 900; }
.button--dark { border-color: var(--dark); background: var(--dark); color: var(--white); }

.work-types { padding-top: 54px; }
.section-head { display: flex; align-items: flex-end; justify-content: space-between; margin-bottom: 38px; }
.section-head .section-label { margin-bottom: 12px; }
.section-head h2 { margin: 0; font-size: clamp(26px, 3vw, 36px); }
.section-head > p { margin: 0; font-size: 13px; }
.work-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; }
.work-card { position: relative; overflow: hidden; aspect-ratio: 4 / 3; background: #453a32; }
.work-card::after { position: absolute; inset: 0; background: rgba(26,21,18,.55); content: ""; transition: background .3s; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.work-card figcaption { position: absolute; z-index: 1; bottom: 20px; left: 20px; color: var(--white); font-weight: 700; }
.work-card:hover img { transform: scale(1.05); }
.work-card:hover::after { background: rgba(26,21,18,.32); }
.work-note { padding-top: 16px; padding-bottom: 54px; color: rgba(255,255,255,.38); font-size: 13px; }

.split-heading { display: flex; align-items: flex-end; justify-content: space-between; gap: 50px; margin-bottom: 70px; }
.split-heading h2 { margin: 0; font-size: clamp(38px, 5vw, 64px); line-height: 1.2; letter-spacing: -.035em; }
.split-heading > p { max-width: 350px; margin: 0; font-size: 15px; }

.problem-grid { display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--line); }
.problem-card { padding: 46px 40px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.problem-card:nth-child(even) { border-right: 0; }
.problem-card__head { display: grid; grid-template-columns: 62px 1fr; gap: 20px; align-items: start; }
.problem-card__head span { color: var(--orange); font-family: Inter, sans-serif; font-size: 52px; font-weight: 900; line-height: 1; }
.problem-card h3 { margin: 5px 0 14px; font-size: 17px; line-height: 1.5; }
.problem-card > p { margin: 0 0 0 82px; font-size: 14px; }

.solution-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 80px; align-items: center; }
.solution-grid h2 { margin-bottom: 20px; font-size: clamp(30px, 4vw, 52px); line-height: 1.3; letter-spacing: -.03em; }
.solution-grid p { max-width: 520px; font-size: 15px; }
.orange-rule { display: block; width: 40px; height: 3px; margin-bottom: 24px; background: var(--orange); }
.check-list { display: grid; gap: 13px; padding: 0; list-style: none; }
.check-list li { position: relative; padding-left: 34px; font-size: 15px; font-weight: 600; }
.check-list li::before { position: absolute; top: .05em; left: 0; display: grid; width: 22px; height: 22px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); content: "✓"; font-size: 12px; font-weight: 900; }

.photo-placeholder, .case-card__photo, .avatar-placeholder {
	position: relative;
	display: grid;
	overflow: visible;
	place-items: center;
	background: linear-gradient(135deg, #e5ded4, #c9bbaa);
	color: rgba(45,33,20,.35);
	text-align: center;
}
.photo-placeholder { aspect-ratio: 4 / 3; border-radius: 8px; }
.photo-placeholder.has-image { overflow: visible; }
.photo-placeholder.has-image > img,
.case-card__photo.has-image > img,
.avatar-placeholder.has-image > img { width: 100%; height: 100%; object-fit: cover; }
.photo-placeholder.has-image > img { border-radius: 8px; }
.photo-placeholder span, .case-card__photo span { display: block; font-family: Inter, sans-serif; font-size: 11px; letter-spacing: .18em; }
.photo-placeholder b, .case-card__photo b { display: block; margin-top: 8px; font-size: 12px; }
.photo-placeholder aside { position: absolute; right: -16px; bottom: -16px; padding: 14px 20px; border-radius: 6px; background: var(--dark); color: var(--white); font-size: 13px; font-weight: 700; box-shadow: 0 8px 24px rgba(0,0,0,.22); }
.photo-placeholder aside small { display: block; margin-bottom: 3px; color: var(--orange); font-family: Inter, sans-serif; }

.strategy-list { border-top: 1px solid var(--line); }
.strategy { display: grid; grid-template-columns: 90px 270px 1fr; gap: 38px; align-items: center; padding: 50px 0; border-bottom: 1px solid var(--line); }
.strategy__num { color: var(--orange); font-family: Inter, sans-serif; font-size: 86px; font-weight: 900; line-height: 1; }
.strategy small { color: var(--orange-deep); font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .2em; }
.strategy h3 { margin: 8px 0 0; font-size: 22px; line-height: 1.45; }
.strategy > p { margin: 0; font-size: 15px; }

.engine { margin-top: 70px; }
.engine__grid { position: relative; display: grid; grid-template-columns: repeat(5, 1fr); }
.engine__grid::before { position: absolute; top: 23px; right: 10%; left: 10%; height: 1px; background: rgba(232,130,30,.4); content: ""; }
.engine__grid > div { position: relative; text-align: center; }
.engine__grid span { position: relative; z-index: 1; display: grid; width: 48px; height: 48px; margin: 0 auto 22px; place-items: center; border: 2px solid var(--orange); border-radius: 50%; background: var(--cream); color: var(--orange); font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; }
.engine__grid h3 { min-height: 48px; margin: 0 12px 10px; font-size: 15px; line-height: 1.5; }
.engine__grid p { margin: 0 12px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.engine__band { margin-top: 45px; padding: 18px; border-radius: 4px; background: var(--dark); color: var(--white); text-align: center; }
.engine__band strong { color: var(--orange); }

.deliverables-section > .container { max-width: 1120px; }
.deliverables { display: grid; grid-template-columns: repeat(3, 1fr); gap: 44px; }
.document-card h3 { margin-bottom: 4px; font-size: 15px; }
.document-card > p { min-height: 44px; margin-bottom: 20px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.paper { position: relative; display: grid; gap: 0; min-height: 230px; padding: 32px 20px 22px; background: var(--white); box-shadow: 0 14px 34px rgba(26,21,18,.1); transform: rotate(-2deg); }
.document-card:nth-child(2) .paper { transform: none; }
.document-card:nth-child(3) .paper { transform: rotate(2deg); }
.paper small { position: absolute; top: 10px; right: 12px; color: var(--muted); font-family: Inter, sans-serif; font-size: 10px; }
.paper > b, .paper > span { padding: 9px; border-bottom: 1px solid rgba(45,33,20,.08); font-size: 11px; }
.paper--metrics { grid-template-columns: 1fr 1fr; gap: 10px; }
.paper--metrics span { padding: 13px; border: 0; border-radius: 3px; background: var(--cream); color: var(--muted); }
.paper--metrics b { color: var(--dark); font-size: 12px; }

.roi .section-title { margin-bottom: 20px; }
.roi > .container > .muted-light { margin-bottom: 52px; }
.revenue { padding: 46px 0; border-top: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.revenue small, .revenue strong, .revenue span { display: block; }
.revenue small { margin-bottom: 14px; color: rgba(255,255,255,.45); }
.revenue strong { margin-bottom: 14px; color: var(--white); font-size: clamp(32px, 5vw, 56px); line-height: 1.1; }
.revenue span { color: var(--orange); font-size: 20px; }
.roi-grid { display: grid; grid-template-columns: repeat(3, 1fr); padding: 40px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.roi-grid > div { padding: 0 34px; border-right: 1px solid rgba(255,255,255,.14); text-align: center; }
.roi-grid > div:last-child { border: 0; }
.roi-grid small, .roi-grid strong, .roi-grid span { display: block; }
.roi-grid small { margin-bottom: 10px; color: rgba(255,255,255,.45); }
.roi-grid strong { color: var(--white); font-size: clamp(24px, 3vw, 36px); }
.roi-grid span { margin-top: 8px; color: rgba(255,255,255,.35); font-size: 12px; }

.cta-strip { padding: 62px 0; }
.cta-strip > .container { display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.cta-strip strong, .cta-strip span { display: block; }
.cta-strip strong { color: var(--dark); font-size: 20px; }
.cta-strip span { margin-top: 4px; font-size: 14px; }
.cta-strip--dark { background: #241c14; color: rgba(255,255,255,.6); }
.cta-strip--dark strong { color: var(--white); }

.flow-grid { position: relative; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; margin-bottom: 68px; }
.flow-grid::before { position: absolute; top: 27px; right: 12.5%; left: 12.5%; height: 2px; background: var(--orange); content: ""; transform: scaleX(0); transform-origin: left; transition: transform 1.2s .2s var(--ease); }
.flow-grid.is-visible::before, .reveal.is-visible .flow-grid::before { transform: scaleX(1); }
.flow-grid > div { position: relative; text-align: center; }
.flow-grid span { position: relative; z-index: 1; display: grid; width: 56px; height: 56px; margin: 0 auto 23px; place-items: center; border-radius: 50%; background: var(--orange); color: var(--white); font-family: Inter, sans-serif; font-size: 12px; font-weight: 700; }
.flow-grid h3 { margin-bottom: 8px; font-size: 20px; }
.flow-grid p { margin: 0; font-size: 13px; line-height: 1.7; }
.role-band { padding: 27px; border-radius: 6px; background: var(--cream); text-align: center; }
.role-band span { color: var(--body); }
.role-band strong { color: var(--orange); }

.case-carousel { position: relative; }
.case-carousel__viewport { overflow-x: auto; overscroll-behavior-inline: contain; scroll-behavior: smooth; scroll-snap-type: x mandatory; scrollbar-width: none; }
.case-carousel__viewport::-webkit-scrollbar { display: none; }
.case-grid { --case-card-width: 64%; display: flex; gap: 24px; padding-inline: calc((100% - var(--case-card-width)) / 2); }
.case-card { flex: 0 0 var(--case-card-width); overflow: hidden; border-radius: 8px; background: var(--white); scroll-snap-align: center; transition: opacity .35s var(--ease), transform .35s var(--ease), filter .35s var(--ease); }
.case-carousel .case-card.is-visible { opacity: .38; filter: saturate(.6); transform: scale(.9); }
.case-carousel .case-card.is-visible.is-active { z-index: 2; opacity: 1; filter: none; transform: scale(1); }
.case-carousel__controls { margin-top: 28px; }
.case-carousel__controls > button { position: absolute; z-index: 4; top: calc(50% - 28px); display: grid; width: 54px; height: 54px; padding: 0; place-items: center; border: 1px solid rgba(45,33,20,.18); border-radius: 50%; background: rgba(255,255,255,.94); color: var(--dark); box-shadow: 0 8px 24px rgba(26,21,18,.12); cursor: pointer; transition: border-color .2s, background .2s, color .2s, opacity .2s; }
.case-carousel__arrow--prev { left: 14px; }
.case-carousel__arrow--next { right: 14px; }
.case-carousel__controls > button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.case-carousel__controls > button:hover { border-color: var(--orange); background: var(--orange); color: var(--white); }
.case-carousel__controls > button:disabled { opacity: .3; cursor: default; }
.case-carousel__dots { display: flex; justify-content: center; gap: 8px; }
.case-carousel__dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: rgba(45,33,20,.22); cursor: pointer; }
.case-carousel__dots button.is-active { width: 24px; border-radius: 99px; background: var(--orange); }
.case-carousel__more { margin-top: 24px; text-align: center; }
.case-carousel__more a { display: inline-flex; min-width: 180px; min-height: 50px; align-items: center; justify-content: center; gap: 10px; border: 1px solid var(--dark); border-radius: 3px; color: var(--dark); font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s, transform .2s; }
.case-carousel__more a:hover { background: var(--dark); color: var(--white); transform: translateY(-2px); }
.case-carousel.has-single-slide .case-carousel__controls { display: none; }
.case-carousel.has-single-slide .case-card { opacity: 1; filter: none; transform: none; }
.case-card__photo { aspect-ratio: 4 / 3; }
.case-card__photo.has-image { overflow: hidden; }
.case-card__body { padding: 22px 24px; }
.tags { display: flex; gap: 8px; margin-bottom: 12px; }
.tags span { padding: 3px 10px; border-radius: 99px; background: rgba(199,122,46,.1); color: var(--orange-deep); font-size: 11px; font-weight: 700; }
.case-card h3 { font-size: 15px; }
.before-after { display: grid; grid-template-columns: 1fr auto 1fr; gap: 10px; align-items: center; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 12px; }
.before-after small { display: block; margin-bottom: 5px; color: var(--muted); font-family: Inter, sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .12em; }
.before-after i { color: var(--orange); font-style: normal; }
.case-card blockquote { margin: 14px 0 0; font-size: 13px; font-style: italic; line-height: 1.8; }
.case-archive__header { padding: 150px 0 72px; }
.case-archive__header .section-label { margin-bottom: 18px; }
.case-archive__header h1 { margin-bottom: 12px; font-size: clamp(36px, 5vw, 62px); }
.case-archive__header p:last-child { margin: 0; }
.case-archive__grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 32px; }
.case-card--archive { flex: none; box-shadow: 0 10px 30px rgba(26,21,18,.06); }
.case-card--archive h2 { margin-bottom: 16px; font-size: 18px; }
.navigation.pagination { margin-top: 52px; }
.nav-links { display: flex; justify-content: center; gap: 8px; }
.nav-links .page-numbers { display: grid; min-width: 42px; height: 42px; padding: 0 10px; place-items: center; border: 1px solid var(--line); background: var(--white); color: var(--dark); text-decoration: none; }
.nav-links .page-numbers.current { border-color: var(--orange); background: var(--orange); color: var(--white); }

.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-bottom: 46px; }
.team-card { min-width: 0; }
.avatar-placeholder { aspect-ratio: 1; margin-bottom: 16px; }
.avatar-placeholder.has-image { overflow: hidden; }
.avatar-placeholder b { font-size: 12px; }
.team-card h3 { margin-bottom: 3px; font-size: 16px; }
.team-card small { color: var(--orange-deep); }
.team-card p { margin: 4px 0 0; font-size: 13px; }
.support-band { display: flex; flex-wrap: wrap; gap: 38px; padding: 27px 38px; border-radius: 8px; background: var(--cream); color: var(--orange); }
.support-band b { color: var(--dark); }

.pricing-heading { margin-bottom: 32px; }
.pricing-heading > p { text-align: right; }
.pricing-guide { margin: 0 0 32px; padding: 20px 26px; border-left: 3px solid var(--orange); background: var(--white); color: var(--body); font-size: 15px; line-height: 1.85; word-break: keep-all; line-break: strict; }
.pricing-guide b { font-weight: 700; }
.plans { overflow: hidden; background: var(--white); }
.plan { position: relative; display: grid; grid-template-columns: 300px 1fr 232px; gap: 52px; align-items: center; padding: 36px 44px; border-bottom: 1px solid #e5ded2; background: var(--white); }
.plan > * { min-width: 0; }
.plan:last-child { border: 0; }
.plan h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.35; }
.plan p { margin: 0; }
.plan__number { display: flex; gap: 10px; align-items: center; margin-bottom: 10px !important; color: #a79684; font-family: Inter, sans-serif; font-size: 11px; font-weight: 700; letter-spacing: .16em; }
.plan__badge { padding: 3px 9px; border-radius: 2px; background: var(--orange); color: var(--white); font-family: "Noto Sans JP", sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .08em; }
.plan__for { margin-bottom: 18px !important; color: #6b5d52; font-size: 13px; line-height: 1.7; word-break: keep-all; line-break: strict; }
.plan__price { color: var(--dark); font-size: 33px; font-weight: 900; line-height: 1.15; letter-spacing: -.01em; white-space: nowrap; }
.plan__price span { margin-left: 2px; font-size: 15px; font-weight: 700; }
.plan__price small { margin-left: 6px; color: #6b5d52; font-size: 12px; font-weight: 400; }
.plan__total { margin-top: 7px !important; color: #6b5d52; font-size: 13px; }
.plan__features { display: grid; grid-template-columns: 1fr 1fr; gap: 14px 32px; margin: 0; padding: 0; list-style: none; }
.plan__features li { position: relative; padding-left: 26px; font-size: 14.5px; line-height: 1.6; word-break: keep-all; line-break: strict; }
.plan__features li::before { position: absolute; top: 0; left: 0; color: var(--orange); content: "✓"; font-size: 16px; font-weight: 900; }
.plan__action > a { display: flex; height: 50px; align-items: center; justify-content: center; border: 1px solid var(--dark); border-radius: 2px; color: var(--dark); font-size: 14px; font-weight: 700; text-decoration: none; transition: background .2s, color .2s; }
.plan__action > a:hover { background: var(--dark); color: var(--white); }
.plan--featured { background: #fcf7ef; }
.plan--featured::before { position: absolute; top: 0; bottom: 0; left: 0; width: 3px; background: var(--orange); content: ""; }
.plan--featured .plan__action > a { border-color: var(--orange); background: var(--orange); color: var(--white); }
.plan--featured .plan__action > a:hover { border-color: #f49535; background: #f49535; }

.faq { border-bottom: 6px solid var(--orange); }
.faq__grid { display: grid; grid-template-columns: 300px 1fr; gap: 70px; }
.faq h2 { font-size: clamp(28px, 3vw, 36px); line-height: 1.3; white-space: nowrap; }
.accordion { border-bottom: 1px solid var(--line); }
.accordion details { border-top: 1px solid var(--line); }
.accordion summary { position: relative; padding: 25px 34px 25px 22px; color: var(--dark); cursor: pointer; font-size: 15px; font-weight: 700; list-style: none; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::before { position: absolute; top: 33px; left: 0; width: 6px; height: 6px; border-radius: 50%; background: var(--orange); content: ""; }
.accordion summary::after { position: absolute; top: 25px; right: 3px; content: "⌄"; color: var(--muted); font-size: 20px; transition: transform .25s; }
.accordion details[open] summary::after { transform: rotate(180deg); }
.accordion details p { margin: -4px 0 0; padding: 0 24px 24px; font-size: 14px; }

.diagnosis-cta__top { padding: 88px 0 96px; background: var(--orange); color: var(--white); text-align: center; }
.diagnosis-cta__top p { margin-bottom: 24px; color: rgba(255,255,255,.85); font-size: 14px; letter-spacing: .04em; }
.diagnosis-cta__top h2 { margin: 0; color: var(--white); font-size: clamp(34px, 4.3vw, 52px); line-height: 1.4; letter-spacing: .01em; }
.diagnosis-cta__bottom { padding: 72px 0 88px; background: var(--dark); color: var(--white); }
.diagnosis-cta__inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 80px; align-items: center; max-width: 1040px; }
.diagnosis-cta__label { margin-bottom: 28px; color: var(--orange); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.diagnosis-cta__list { margin: 0; padding: 0; list-style: none; }
.diagnosis-cta__list li { position: relative; padding: 15px 0 15px 34px; border-bottom: 1px solid rgba(255,255,255,.1); color: var(--white); font-size: 16px; line-height: 1.6; word-break: keep-all; }
.diagnosis-cta__list li:first-child { border-top: 1px solid rgba(255,255,255,.1); }
.diagnosis-cta__list li::before { position: absolute; top: 18px; left: 0; color: var(--orange); content: "✓"; font-size: 18px; font-weight: 700; line-height: 1; }
.diagnosis-cta__actions { display: flex; width: 280px; flex-direction: column; gap: 16px; }
.diagnosis-cta__actions .button { width: 100%; min-height: 60px; border-radius: 2px; font-size: 16px; }
.diagnosis-cta__actions p { margin: 8px 0 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.8; }

.site-footer { padding: 64px 0 30px; border-top: 2px solid rgba(232,130,30,.65); background: #0f0c0a; color: rgba(255,255,255,.5); font-size: 13px; }
.footer-grid { display: grid; grid-template-columns: 1.2fr .8fr 1fr; gap: 55px; padding-bottom: 45px; border-bottom: 1px solid rgba(255,255,255,.1); }
.brand--footer { margin-bottom: 15px; color: var(--white); font-size: 24px; }
.site-footer p { font-size: 13px; }
.site-footer h2 { margin-bottom: 18px; color: var(--orange-deep); font-family: Inter, sans-serif; font-size: 12px; letter-spacing: .12em; }
.contact-list, .footer-links { display: grid; gap: 8px; padding: 0; list-style: none; }
.footer-links { gap: 12px; }
.footer-links a { text-decoration: none; }
.footer-links a:hover { color: var(--white); }
.company-data dt { color: rgba(255,255,255,.3); font-size: 11px; }
.company-data dd { margin: 2px 0 9px; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 26px; color: rgba(255,255,255,.3); font-size: 12px; }

.default-content { min-height: 70vh; padding-top: 120px; padding-bottom: 80px; }

.reveal { opacity: 0; transform: translateY(34px); transition: opacity .65s var(--ease), transform .65s var(--ease); }
.reveal.is-visible { opacity: 1; transform: none; }

@media (max-width: 900px) {
	.section { padding: 88px 0; }
	.hero__layout { height: auto; grid-template-columns: 1fr; }
	.hero__content { padding: 76px 24px 64px; }
	.hero h1 { margin-bottom: 44px; font-size: clamp(38px, 7vw, 58px); }
	.hero__metrics { justify-content: center; }
	.hero__metrics > div { width: min(26vw, 170px); }
	.hero__collage { height: 460px; clip-path: polygon(6% 0, 100% 0, 94% 100%, 0 100%); }
	.hero__orange { margin-top: -34px; padding: 100px 0 54px; clip-path: polygon(0 0, 100% 6%, 100% 100%, 0 100%); }
	.hero__orange-inner { grid-template-columns: 1fr; gap: 36px; }
	.site-nav { position: fixed; inset: 64px 0 auto; display: none; padding: 28px 24px 34px; background: var(--white); color: var(--dark); box-shadow: 0 12px 30px rgba(0,0,0,.12); }
	body.admin-bar .site-nav { top: 96px; }
	.site-header.is-menu-open .site-nav { display: block; }
	.site-nav__list { display: grid; gap: 0; margin-bottom: 22px; }
	.site-nav__list a { display: block; padding: 14px 0; border-bottom: 1px solid var(--line); font-size: 15px; }
	.site-nav .button { width: 100%; }
	.nav-toggle { display: block; }
	.site-header.is-menu-open .nav-toggle span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
	.site-header.is-menu-open .nav-toggle span:nth-child(2) { opacity: 0; }
	.site-header.is-menu-open .nav-toggle span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
	.work-grid { grid-template-columns: repeat(2, 1fr); }
	.split-heading { display: grid; }
	.split-heading > p { max-width: 600px; }
	.solution-grid { grid-template-columns: 1fr; gap: 55px; }
	.photo-placeholder { max-width: 620px; }
	.strategy { grid-template-columns: 70px 220px 1fr; gap: 24px; }
	.strategy__num { font-size: 68px; }
	.deliverables, .case-grid, .team-grid { gap: 16px; }
	.case-grid { --case-card-width: 72%; }
	.plan { grid-template-columns: 220px 1fr; gap: 32px; padding: 36px 30px; }
	.plan__action { grid-column: 1 / -1; display: flex; justify-content: flex-end; }
	.plan__action > a { width: 260px; }
	.cta-strip > .container { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; }
	.cta-strip > .container > div { width: 100%; }
	.cta-strip .button-row { display: grid; width: min(100%, 360px); margin-inline: auto; }
	.cta-strip .button-row .button { width: 100%; }
	.faq__grid { grid-template-columns: 1fr; gap: 35px; }
}

@media (max-width: 782px) {
	body.admin-bar .site-header { top: 46px; }
	body.admin-bar .site-nav { top: 110px; }
}

@media (max-width: 680px) {
	.container { width: min(calc(100% - 36px), var(--container)); }
	.section { padding: 72px 0; }
	h1, h2, h3 { word-break: normal; overflow-wrap: normal; line-break: strict; }
	.mobile-break { display: initial; }
	.desktop-break { display: none; }
	.section-label { margin-bottom: 20px; font-size: 11px; }
	.section-title { margin-bottom: 42px; }
	.section-intro { margin: -28px 0 42px; }
	.hero { padding-top: 64px; }
	.hero__content { padding: 54px 18px 48px; }
	.hero__eyebrow { font-size: 13px; }
	.hero__english { margin-bottom: 16px; font-size: 16px; }
	.hero h1 { margin-bottom: 36px; font-size: clamp(31px, 9vw, 40px); line-break: strict; overflow-wrap: normal; text-wrap: balance; white-space: normal; word-break: normal; }
	.hero__metrics { gap: 8px; }
	.hero__metrics > div { width: calc((100% - 16px) / 3); max-width: 116px; }
	.hero__metrics small { font-size: 9px; }
	.hero__metrics strong { font-size: clamp(29px, 10vw, 42px); }
	.hero__metrics span { font-size: 9px; }
	.hero__collage { height: 300px; }
	.hero__orange { margin-top: -18px; padding: 76px 0 48px; clip-path: polygon(0 0, 100% 4%, 100% 100%, 0 100%); }
	.hero__message h2 { font-size: 32px; }
	.hero__message p br { display: none; }
	.hero__points { gap: 8px; }
	.button-row { display: grid; width: 100%; }
	.button { width: 100%; }
	.section-head { display: block; }
	.section-head > p { margin-top: 15px; }
	.work-card figcaption { bottom: 13px; left: 13px; font-size: 14px; }
	.split-heading { margin-bottom: 44px; }
	.split-heading h2 { font-size: 36px; }
	.problem-grid { grid-template-columns: 1fr; }
	.problem-card { padding: 32px 0; border-right: 0; }
	.problem-card__head { grid-template-columns: 52px 1fr; gap: 15px; }
	.problem-card__head span { font-size: 44px; }
	.problem-card > p { margin-left: 67px; }
	.photo-placeholder aside { right: 10px; bottom: -20px; }
	.strategy { grid-template-columns: 52px 1fr; padding: 36px 0; }
	.strategy__num { font-size: 52px; }
	.strategy > p { grid-column: 1 / -1; }
	.engine__grid { grid-template-columns: 1fr; gap: 24px; }
	.engine__grid::before { top: 0; bottom: 0; left: 23px; width: 1px; height: auto; }
	.engine__grid > div { display: grid; grid-template-columns: 48px 1fr; gap: 0 18px; text-align: left; }
	.engine__grid span { grid-row: span 2; margin: 0; }
	.engine__grid h3 { min-height: 0; margin: 2px 0 5px; }
	.engine__grid p { margin: 0; }
	.deliverables, .case-grid, .team-grid { grid-template-columns: 1fr; gap: 38px; }
	.case-archive__grid { grid-template-columns: 1fr; }
	.case-grid { gap: 14px; }
	.case-grid { --case-card-width: 88%; }
	.case-carousel__controls > button { top: calc(50% - 24px); width: 46px; height: 46px; }
	.case-carousel__arrow--prev { left: 4px; }
	.case-carousel__arrow--next { right: 4px; }
	.document-card > p { min-height: 0; }
	.revenue strong { font-size: 31px; }
	.roi-grid { grid-template-columns: 1fr; }
	.roi-grid > div { padding: 25px 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.12); }
	.roi-grid > div:last-child { border: 0; }
	.cta-strip .button-row { width: min(100%, 320px); margin-inline: auto; }
	.flow-grid { grid-template-columns: 1fr; gap: 30px; }
	.flow-grid::before { top: 28px; bottom: 28px; left: 27px; width: 2px; height: auto; transform: scaleY(0); transform-origin: top; }
	.flow-grid.is-visible::before { transform: scaleY(1); }
	.flow-grid > div { display: grid; grid-template-columns: 56px 1fr; gap: 0 18px; text-align: left; }
	.flow-grid span { grid-row: span 2; margin: 0; }
	.flow-grid h3 { margin: 2px 0 5px; }
	.flow-grid p { margin: 0; }
	.role-band { padding: 22px; font-size: 13px; line-height: 1.9; }
	.support-band { display: grid; gap: 14px; padding: 24px; }
	.pricing-heading > p { text-align: left; }
	.pricing-guide { padding: 18px 20px; font-size: 14px; word-break: normal; overflow-wrap: normal; line-break: strict; }
	.pricing-guide br { display: none; }
	.plan { grid-template-columns: 1fr; gap: 26px; padding: 32px 24px; }
	.plan__features { grid-template-columns: 1fr; gap: 12px; }
	.plan__features li { word-break: normal; overflow-wrap: normal; }
	.plan__action { grid-column: auto; display: block; }
	.plan__action > a { width: 100%; }
	.plan__price { font-size: 31px; white-space: normal; }
	.faq__grid { gap: 20px; }
	.diagnosis-cta__top { padding: 68px 0 72px; }
	.diagnosis-cta__top h2 { font-size: clamp(28px, 8.5vw, 32px); line-height: 1.5; }
	.diagnosis-cta__bottom { padding: 56px 0 64px; }
	.diagnosis-cta__inner { grid-template-columns: 1fr; gap: 42px; }
	.diagnosis-cta__list li { font-size: 14px; }
	.diagnosis-cta__actions { width: min(100%, 320px); margin-inline: auto; text-align: center; }
	.footer-grid { grid-template-columns: 1fr; gap: 38px; }
	.footer-bottom { display: grid; }
}

@media (prefers-reduced-motion: reduce) {
	html { scroll-behavior: auto; }
	*, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
	.reveal { opacity: 1; transform: none; }
}
